Color Hex Logo

#bd8849 Color Hex

#BD8849
(189,136,73)
0 Favorites   0 Comments

Color spaces of #bd8849

RGB 18913673
HSL0.090.470.51
HSV33°61°74°
CMYK 0.000.280.61   0.26
XYZ30.993028.908210.2497
Yxy28.90820.44180.4121
Hunter Lab53.76638.803226.3337
CIE-Lab60.700513.542141.2621

#bd8849 color RGB value is (189,136,73).

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

The process color (four color CMYK) of #bd8849 color hex is 0.00, 0.28, 0.61, 0.26. Web safe color of #bd8849 is #cc9933. Color #bd8849 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001000 01001001
Octal 275 210 111
Decimal 189 136 73
Hex BD 88 49

RGB Percentages of Color #bd8849

%47.49
%34.17
%18.34

CMYK Percentages of Color #bd8849

%0
%28
%61
%26

Triadic Colors of #bd8849

#bd8849 #49bd88 #8849bd

Analogous Colors of #bd8849

#bd8849 #b8bd49 #bd4e49

Monochromatic Colors of #bd8849

#bd8849

Complementary Color

#bd8849 #497ebd

#bd8849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd8849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd8849 Color CSS Codes

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

#bd8849 Text Font Color

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

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


#bd8849 Background Color

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

This div background color is #bd8849


#bd8849 Border Color

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

This div border color is #bd8849


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd8849


Comments

No comments written yet.

Please login to write comment.