Color Hex Logo

#bd9447 Color Hex

#BD9447
(189,148,71)
0 Favorites   0 Comments

Color spaces of #bd9447

RGB 18914871
HSL0.110.470.51
HSV39°62°74°
CMYK 0.000.220.62   0.26
XYZ32.713532.453610.5012
Yxy32.45360.43230.4289
Hunter Lab56.96812.808228.9484
CIE-Lab63.71606.798245.7231

#bd9447 color RGB value is (189,148,71).

#bd9447 hex color red value is 189, green value is 148 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #bd9447 hue: 0.11 , saturation: 0.47 and the lightness value of bd9447 is 0.51.

The process color (four color CMYK) of #bd9447 color hex is 0.00, 0.22, 0.62, 0.26. Web safe color of #bd9447 is #cc9933. Color #bd9447 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010100 01000111
Octal 275 224 107
Decimal 189 148 71
Hex BD 94 47

RGB Percentages of Color #bd9447

%46.32
%36.27
%17.40

CMYK Percentages of Color #bd9447

%0
%22
%62
%26

Triadic Colors of #bd9447

#bd9447 #47bd94 #9447bd

Analogous Colors of #bd9447

#bd9447 #abbd47 #bd5947

Monochromatic Colors of #bd9447

#bd9447

Complementary Color

#bd9447 #4770bd

#bd9447 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd9447 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd9447 Color CSS Codes

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

#bd9447 Text Font Color

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

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


#bd9447 Background Color

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

This div background color is #bd9447


#bd9447 Border Color

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

This div border color is #bd9447


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd9447


Comments

No comments written yet.

Please login to write comment.