Color Hex Logo

#bd836a Color Hex

#BD836A
(189,131,106)
0 Favorites   0 Comments

Color spaces of #bd836a

RGB 189131106
HSL0.050.390.58
HSV18°44°74°
CMYK 0.000.310.44   0.26
XYZ31.704128.092017.3870
Yxy28.09200.41080.3640
Hunter Lab53.001914.019917.6515
CIE-Lab59.971819.295522.4804

#bd836a color RGB value is (189,131,106).

#bd836a hex color red value is 189, green value is 131 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #bd836a hue: 0.05 , saturation: 0.39 and the lightness value of bd836a is 0.58.

The process color (four color CMYK) of #bd836a color hex is 0.00, 0.31, 0.44, 0.26. Web safe color of #bd836a is #cc9966. Color #bd836a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000011 01101010
Octal 275 203 152
Decimal 189 131 106
Hex BD 83 6A

RGB Percentages of Color #bd836a

%44.37
%30.75
%24.88

CMYK Percentages of Color #bd836a

%0
%31
%44
%26

Triadic Colors of #bd836a

#bd836a #6abd83 #836abd

Analogous Colors of #bd836a

#bd836a #bdad6a #bd6a7b

Monochromatic Colors of #bd836a

#bd836a

Complementary Color

#bd836a #6aa4bd

#bd836a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd836a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd836a Color CSS Codes

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

#bd836a Text Font Color

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

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


#bd836a Background Color

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

This div background color is #bd836a


#bd836a Border Color

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

This div border color is #bd836a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd836a


Comments

No comments written yet.

Please login to write comment.