Color Hex Logo

#bb665b Color Hex

#BB665B
(187,102,91)
0 Favorites   0 Comments

Color spaces of #bb665b

RGB 18710291
HSL0.020.410.55
HSV51°73°
CMYK 0.000.450.51   0.27
XYZ27.133220.822912.4867
Yxy20.82290.44890.3445
Hunter Lab45.632126.281215.7185
CIE-Lab52.755132.865221.3747

#bb665b color RGB value is (187,102,91).

#bb665b hex color red value is 187, green value is 102 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #bb665b hue: 0.02 , saturation: 0.41 and the lightness value of bb665b is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100110 01011011
Octal 273 146 133
Decimal 187 102 91
Hex BB 66 5B

RGB Percentages of Color #bb665b

%49.21
%26.84
%23.95

CMYK Percentages of Color #bb665b

%0
%45
%51
%27

Triadic Colors of #bb665b

#bb665b #5bbb66 #665bbb

Analogous Colors of #bb665b

#bb665b #bb965b #bb5b80

Monochromatic Colors of #bb665b

#bb665b

Complementary Color

#bb665b #5bb0bb

#bb665b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb665b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb665b Color CSS Codes

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

#bb665b Text Font Color

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

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


#bb665b Background Color

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

This div background color is #bb665b


#bb665b Border Color

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

This div border color is #bb665b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb665b


Comments

No comments written yet.

Please login to write comment.