Color Hex Logo

#bb917c Color Hex

#BB917C
(187,145,124)
0 Favorites   0 Comments

Color spaces of #bb917c

RGB 187145124
HSL0.060.320.61
HSV20°34°73°
CMYK 0.000.220.34   0.27
XYZ34.257032.270823.4921
Yxy32.27080.38050.3585
Hunter Lab56.80748.229315.2464
CIE-Lab63.566112.871017.2282

#bb917c color RGB value is (187,145,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010001 01111100
Octal 273 221 174
Decimal 187 145 124
Hex BB 91 7C

RGB Percentages of Color #bb917c

%41.01
%31.80
%27.19

CMYK Percentages of Color #bb917c

%0
%22
%34
%27

Triadic Colors of #bb917c

#bb917c #7cbb91 #917cbb

Analogous Colors of #bb917c

#bb917c #bbb17c #bb7c87

Monochromatic Colors of #bb917c

#bb917c

Complementary Color

#bb917c #7ca6bb

#bb917c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb917c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb917c Color CSS Codes

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

#bb917c Text Font Color

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

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


#bb917c Background Color

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

This div background color is #bb917c


#bb917c Border Color

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

This div border color is #bb917c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb917c


Comments

No comments written yet.

Please login to write comment.