Color Hex Logo

#bd874c Color Hex

#BD874C
(189,135,76)
0 Favorites   0 Comments

Color spaces of #bd874c

RGB 18913576
HSL0.090.460.52
HSV31°60°74°
CMYK 0.000.290.60   0.26
XYZ30.954728.668610.7396
Yxy28.66860.43990.4074
Hunter Lab53.54319.495325.5878
CIE-Lab60.488014.316239.4687

#bd874c color RGB value is (189,135,76).

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

The process color (four color CMYK) of #bd874c color hex is 0.00, 0.29, 0.60, 0.26. Web safe color of #bd874c is #cc9933. Color #bd874c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000111 01001100
Octal 275 207 114
Decimal 189 135 76
Hex BD 87 4C

RGB Percentages of Color #bd874c

%47.25
%33.75
%19.00

CMYK Percentages of Color #bd874c

%0
%29
%60
%26

Triadic Colors of #bd874c

#bd874c #4cbd87 #874cbd

Analogous Colors of #bd874c

#bd874c #bbbd4c #bd4f4c

Monochromatic Colors of #bd874c

#bd874c

Complementary Color

#bd874c #4c82bd

#bd874c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd874c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd874c Color CSS Codes

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

#bd874c Text Font Color

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

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


#bd874c Background Color

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

This div background color is #bd874c


#bd874c Border Color

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

This div border color is #bd874c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd874c


Comments

No comments written yet.

Please login to write comment.