Color Hex Logo

#bd8852 Color Hex

#BD8852
(189,136,82)
0 Favorites   0 Comments

Color spaces of #bd8852

RGB 18913682
HSL0.080.450.53
HSV30°57°74°
CMYK 0.000.280.57   0.26
XYZ31.313429.036311.9368
Yxy29.03630.43320.4017
Hunter Lab53.88539.429124.5857
CIE-Lab60.813714.236436.7166

#bd8852 color RGB value is (189,136,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001000 01010010
Octal 275 210 122
Decimal 189 136 82
Hex BD 88 52

RGB Percentages of Color #bd8852

%46.44
%33.42
%20.15

CMYK Percentages of Color #bd8852

%0
%28
%57
%26

Triadic Colors of #bd8852

#bd8852 #52bd88 #8852bd

Analogous Colors of #bd8852

#bd8852 #bdbd52 #bd5252

Monochromatic Colors of #bd8852

#bd8852

Complementary Color

#bd8852 #5287bd

#bd8852 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd8852 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd8852 Color CSS Codes

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

#bd8852 Text Font Color

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

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


#bd8852 Background Color

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

This div background color is #bd8852


#bd8852 Border Color

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

This div border color is #bd8852


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd8852


Comments

No comments written yet.

Please login to write comment.