Color Hex Logo

#bb665a Color Hex

#BB665A
(187,102,90)
0 Favorites   0 Comments

Color spaces of #bb665a

RGB 18710290
HSL0.020.420.54
HSV52°73°
CMYK 0.000.450.52   0.27
XYZ27.090420.805712.2609
Yxy20.80570.45030.3459
Hunter Lab45.613326.190615.9921
CIE-Lab52.736232.773721.9314

#bb665a color RGB value is (187,102,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100110 01011010
Octal 273 146 132
Decimal 187 102 90
Hex BB 66 5A

RGB Percentages of Color #bb665a

%49.34
%26.91
%23.75

CMYK Percentages of Color #bb665a

%0
%45
%52
%27

Triadic Colors of #bb665a

#bb665a #5abb66 #665abb

Analogous Colors of #bb665a

#bb665a #bb975a #bb5a7f

Monochromatic Colors of #bb665a

#bb665a

Complementary Color

#bb665a #5aafbb

#bb665a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb665a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb665a Color CSS Codes

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

#bb665a Text Font Color

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

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


#bb665a Background Color

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

This div background color is #bb665a


#bb665a Border Color

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

This div border color is #bb665a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb665a


Comments

No comments written yet.

Please login to write comment.