Color Hex Logo

#bb666f Color Hex

#BB666F
(187,102,111)
0 Favorites   0 Comments

Color spaces of #bb666f

RGB 187102111
HSL0.980.380.57
HSV354°45°73°
CMYK 0.000.450.41   0.27
XYZ28.114121.215217.6521
Yxy21.21520.41970.3167
Hunter Lab46.060028.34809.5196
CIE-Lab53.184234.936110.2290

#bb666f color RGB value is (187,102,111).

#bb666f hex color red value is 187, green value is 102 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bb666f hue: 0.98 , saturation: 0.38 and the lightness value of bb666f is 0.57.

The process color (four color CMYK) of #bb666f color hex is 0.00, 0.45, 0.41, 0.27. Web safe color of #bb666f is #cc6666. Color #bb666f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100110 01101111
Octal 273 146 157
Decimal 187 102 111
Hex BB 66 6F

RGB Percentages of Color #bb666f

%46.75
%25.50
%27.75

CMYK Percentages of Color #bb666f

%0
%45
%41
%27

Triadic Colors of #bb666f

#bb666f #6fbb66 #666fbb

Analogous Colors of #bb666f

#bb666f #bb8866 #bb669a

Monochromatic Colors of #bb666f

#bb666f

Complementary Color

#bb666f #66bbb2

#bb666f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb666f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb666f Color CSS Codes

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

#bb666f Text Font Color

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

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


#bb666f Background Color

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

This div background color is #bb666f


#bb666f Border Color

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

This div border color is #bb666f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb666f


Comments

No comments written yet.

Please login to write comment.