Color Hex Logo

#bd936b Color Hex

#BD936B
(189,147,107)
0 Favorites   0 Comments

Color spaces of #bd936b

RGB 189147107
HSL0.080.380.58
HSV29°43°74°
CMYK 0.000.220.43   0.26
XYZ34.073832.747818.4350
Yxy32.74780.39970.3841
Hunter Lab57.22576.139020.9580
CIE-Lab63.956210.554027.2124

#bd936b color RGB value is (189,147,107).

#bd936b hex color red value is 189, green value is 147 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #bd936b hue: 0.08 , saturation: 0.38 and the lightness value of bd936b is 0.58.

The process color (four color CMYK) of #bd936b color hex is 0.00, 0.22, 0.43, 0.26. Web safe color of #bd936b is #cc9966. Color #bd936b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010011 01101011
Octal 275 223 153
Decimal 189 147 107
Hex BD 93 6B

RGB Percentages of Color #bd936b

%42.66
%33.18
%24.15

CMYK Percentages of Color #bd936b

%0
%22
%43
%26

Triadic Colors of #bd936b

#bd936b #6bbd93 #936bbd

Analogous Colors of #bd936b

#bd936b #bdbc6b #bd6b6c

Monochromatic Colors of #bd936b

#bd936b

Complementary Color

#bd936b #6b95bd

#bd936b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd936b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd936b Color CSS Codes

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

#bd936b Text Font Color

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

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


#bd936b Background Color

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

This div background color is #bd936b


#bd936b Border Color

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

This div border color is #bd936b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd936b


Comments

No comments written yet.

Please login to write comment.