Color Hex Logo

#bb665e Color Hex

#BB665E
(187,102,94)
0 Favorites   0 Comments

Color spaces of #bb665e

RGB 18710294
HSL0.010.410.55
HSV50°73°
CMYK 0.000.450.50   0.27
XYZ27.265320.875713.1820
Yxy20.87570.44460.3404
Hunter Lab45.689926.561814.8772
CIE-Lab52.813233.148419.7038

#bb665e color RGB value is (187,102,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100110 01011110
Octal 273 146 136
Decimal 187 102 94
Hex BB 66 5E

RGB Percentages of Color #bb665e

%48.83
%26.63
%24.54

CMYK Percentages of Color #bb665e

%0
%45
%50
%27

Triadic Colors of #bb665e

#bb665e #5ebb66 #665ebb

Analogous Colors of #bb665e

#bb665e #bb955e #bb5e85

Monochromatic Colors of #bb665e

#bb665e

Complementary Color

#bb665e #5eb3bb

#bb665e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb665e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb665e Color CSS Codes

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

#bb665e Text Font Color

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

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


#bb665e Background Color

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

This div background color is #bb665e


#bb665e Border Color

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

This div border color is #bb665e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb665e


Comments

No comments written yet.

Please login to write comment.