Color Hex Logo

#bd894f Color Hex

#BD894F
(189,137,79)
0 Favorites   0 Comments

Color spaces of #bd894f

RGB 18913779
HSL0.090.450.53
HSV32°58°74°
CMYK 0.000.280.58   0.26
XYZ31.343229.274711.3957
Yxy29.27470.43520.4065
Hunter Lab54.10618.717825.3867
CIE-Lab61.023313.442238.5469

#bd894f color RGB value is (189,137,79).

#bd894f hex color red value is 189, green value is 137 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #bd894f hue: 0.09 , saturation: 0.45 and the lightness value of bd894f is 0.53.

The process color (four color CMYK) of #bd894f color hex is 0.00, 0.28, 0.58, 0.26. Web safe color of #bd894f is #cc9966. Color #bd894f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001001 01001111
Octal 275 211 117
Decimal 189 137 79
Hex BD 89 4F

RGB Percentages of Color #bd894f

%46.67
%33.83
%19.51

CMYK Percentages of Color #bd894f

%0
%28
%58
%26

Triadic Colors of #bd894f

#bd894f #4fbd89 #894fbd

Analogous Colors of #bd894f

#bd894f #babd4f #bd524f

Monochromatic Colors of #bd894f

#bd894f

Complementary Color

#bd894f #4f83bd

#bd894f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd894f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd894f Color CSS Codes

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

#bd894f Text Font Color

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

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


#bd894f Background Color

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

This div background color is #bd894f


#bd894f Border Color

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

This div border color is #bd894f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd894f


Comments

No comments written yet.

Please login to write comment.