Color Hex Logo

#bb937c Color Hex

#BB937C
(187,147,124)
0 Favorites   0 Comments

Color spaces of #bb937c

RGB 187147124
HSL0.060.320.61
HSV22°34°73°
CMYK 0.000.210.34   0.27
XYZ34.565332.887523.5949
Yxy32.88750.37960.3612
Hunter Lab57.34767.229515.7493
CIE-Lab64.069711.764317.9218

#bb937c color RGB value is (187,147,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010011 01111100
Octal 273 223 174
Decimal 187 147 124
Hex BB 93 7C

RGB Percentages of Color #bb937c

%40.83
%32.10
%27.07

CMYK Percentages of Color #bb937c

%0
%21
%34
%27

Triadic Colors of #bb937c

#bb937c #7cbb93 #937cbb

Analogous Colors of #bb937c

#bb937c #bbb37c #bb7c85

Monochromatic Colors of #bb937c

#bb937c

Complementary Color

#bb937c #7ca4bb

#bb937c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb937c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb937c Color CSS Codes

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

#bb937c Text Font Color

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

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


#bb937c Background Color

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

This div background color is #bb937c


#bb937c Border Color

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

This div border color is #bb937c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb937c


Comments

No comments written yet.

Please login to write comment.