Color Hex Logo

#bd784b Color Hex

#BD784B
(189,120,75)
0 Favorites   0 Comments

Color spaces of #bd784b

RGB 18912075
HSL0.070.460.52
HSV24°60°74°
CMYK 0.000.370.60   0.26
XYZ28.972724.75989.9087
Yxy24.75980.45530.3891
Hunter Lab49.759216.854423.0249
CIE-Lab56.840622.533135.6274

#bd784b color RGB value is (189,120,75).

#bd784b hex color red value is 189, green value is 120 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #bd784b hue: 0.07 , saturation: 0.46 and the lightness value of bd784b is 0.52.

The process color (four color CMYK) of #bd784b color hex is 0.00, 0.37, 0.60, 0.26. Web safe color of #bd784b is #cc6633. Color #bd784b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111000 01001011
Octal 275 170 113
Decimal 189 120 75
Hex BD 78 4B

RGB Percentages of Color #bd784b

%49.22
%31.25
%19.53

CMYK Percentages of Color #bd784b

%0
%37
%60
%26

Triadic Colors of #bd784b

#bd784b #4bbd78 #784bbd

Analogous Colors of #bd784b

#bd784b #bdb14b #bd4b57

Monochromatic Colors of #bd784b

#bd784b

Complementary Color

#bd784b #4b90bd

#bd784b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd784b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd784b Color CSS Codes

.mybgcolor {background-color:#bd784b; } 
.myforecolor {color:#bd784b; }
.mybordercolor {border:3px solid #bd784b; }

#bd784b Text Font Color

<p style="color:#bd784b">Text here</p>

This sample text font color is #bd784b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bd784b Background Color

<div style="background-color:#bd784b">
Div content here</div>

This div background color is #bd784b


#bd784b Border Color

<div style="border:3px solid #bd784b">
Div here</div>

This div border color is #bd784b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,120,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bd784b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bd784b;
  -webkit-box-shadow: 1px 1px 3px 2px #bd784b;
  box-shadow:         1px 1px 3px 2px #bd784b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,120,75, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bd784b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bd784b;
  -webkit-box-shadow: 1px 1px 3px 2px #bd784b;
  box-shadow:         1px 1px 3px 2px #bd784b;">
Div content here</div>

This div box has shadow with color #bd784b


Comments

No comments written yet.

Please login to write comment.