Color Hex Logo

#bb937b Color Hex

#BB937B
(187,147,123)
0 Favorites   0 Comments

Color spaces of #bb937b

RGB 187147123
HSL0.060.320.61
HSV23°34°73°
CMYK 0.000.210.34   0.27
XYZ34.502432.862323.2635
Yxy32.86230.38070.3626
Hunter Lab57.32567.113316.0673
CIE-Lab64.049311.635918.4516

#bb937b color RGB value is (187,147,123).

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

The process color (four color CMYK) of #bb937b color hex is 0.00, 0.21, 0.34, 0.27. Web safe color of #bb937b is #cc9966. Color #bb937b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010011 01111011
Octal 273 223 173
Decimal 187 147 123
Hex BB 93 7B

RGB Percentages of Color #bb937b

%40.92
%32.17
%26.91

CMYK Percentages of Color #bb937b

%0
%21
%34
%27

Triadic Colors of #bb937b

#bb937b #7bbb93 #937bbb

Analogous Colors of #bb937b

#bb937b #bbb37b #bb7b83

Monochromatic Colors of #bb937b

#bb937b

Complementary Color

#bb937b #7ba3bb

#bb937b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb937b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb937b Color CSS Codes

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

#bb937b Text Font Color

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

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


#bb937b Background Color

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

This div background color is #bb937b


#bb937b Border Color

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

This div border color is #bb937b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,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 #bb937b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb937b


Comments

No comments written yet.

Please login to write comment.