Color Hex Logo

#bd937b Color Hex

#BD937B
(189,147,123)
0 Favorites   0 Comments

Color spaces of #bd937b

RGB 189147123
HSL0.060.330.61
HSV22°35°74°
CMYK 0.000.220.35   0.26
XYZ34.995133.116323.2865
Yxy33.11630.38290.3623
Hunter Lab57.54687.841816.2908
CIE-Lab64.255012.439018.7669

#bd937b color RGB value is (189,147,123).

#bd937b hex color red value is 189, green value is 147 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #bd937b hue: 0.06 , saturation: 0.33 and the lightness value of bd937b is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010011 01111011
Octal 275 223 173
Decimal 189 147 123
Hex BD 93 7B

RGB Percentages of Color #bd937b

%41.18
%32.03
%26.80

CMYK Percentages of Color #bd937b

%0
%22
%35
%26

Triadic Colors of #bd937b

#bd937b #7bbd93 #937bbd

Analogous Colors of #bd937b

#bd937b #bdb47b #bd7b84

Monochromatic Colors of #bd937b

#bd937b

Complementary Color

#bd937b #7ba5bd

#bd937b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd937b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd937b Color CSS Codes

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

#bd937b Text Font Color

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

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


#bd937b Background Color

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

This div background color is #bd937b


#bd937b Border Color

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

This div border color is #bd937b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd937b


Comments

No comments written yet.

Please login to write comment.