Color Hex Logo

#bd774b Color Hex

#BD774B
(189,119,75)
0 Favorites   0 Comments

Color spaces of #bd774b

RGB 18911975
HSL0.060.460.52
HSV23°60°74°
CMYK 0.000.370.60   0.26
XYZ28.853124.52059.8688
Yxy24.52050.45620.3877
Hunter Lab49.518217.351022.8464
CIE-Lab56.605223.084235.3424

#bd774b color RGB value is (189,119,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110111 01001011
Octal 275 167 113
Decimal 189 119 75
Hex BD 77 4B

RGB Percentages of Color #bd774b

%49.35
%31.07
%19.58

CMYK Percentages of Color #bd774b

%0
%37
%60
%26

Triadic Colors of #bd774b

#bd774b #4bbd77 #774bbd

Analogous Colors of #bd774b

#bd774b #bdb04b #bd4b58

Monochromatic Colors of #bd774b

#bd774b

Complementary Color

#bd774b #4b91bd

#bd774b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd774b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd774b Color CSS Codes

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

#bd774b Text Font Color

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

This sample text font color is #bd774b
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.


#bd774b Background Color

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

This div background color is #bd774b


#bd774b Border Color

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

This div border color is #bd774b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,119,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 #bd774b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd774b


Comments

No comments written yet.

Please login to write comment.