#BB7666

Color #BB7666 Contessa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Contessa #BB7666

Tints of Contessa #BB7666

Color information

#BB7666 (or 0xBB7666) is unknown color: approx Contessa. HEX triplet: BB, 76 and 66. RGB value is (187,118,102). Sum of RGB (Red+Green+Blue) = 187+118+102=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 118 (46.48% from 255 or 28.99% from 407); Blue value is 102 (40.23% from 255 or 25.06% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7666 is #448999. Grayscale: #888888. Windows color (decimal): -4491674 or 6715067. OLE color: 6715067.

HSL color Cylindrical-coordinate representation of color #BB7666: hue angle of 11.29º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB7666 is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB187118102-
CMYK00.370.450.27
HSL11.29º38.46%56.67%-
HSV(B)11.29º45.45%73.33%-
XYZ29.3724.4815.75-
YUV136.81108.36163.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 45.95%
GREEN value IS 118 (46.48% from 255) = 28.99%
BLUE value IS 102 (40.23% from 255) = 25.06%
R=45.95%
G=28.99%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711810200.370.450.2711.2938.4656.67
HexBB76660252D1Bb2639
Octal2731661460455533134671
Binary10111011111011011001100100101101101110111011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7666; }

 p { color: rgb(187,118,102); }

 H1.HeaderClassName
 {
   color: #BB7666;
 }
 .AnyTagClassName
 {
   color: #BB7666;
 }
</style>
background-color css

<style>
 a { background-color: #BB7666; }

 a { background-color: rgb(187,118,102); }

 div.DivClassName
 {
   background-color: #BB7666;
 }
 .BgClassName
 {
   background-color: #BB7666;
 }
</style>
border-color css

<style>
 span { border-color: #BB7666; }

 span { border-color: rgb(187,118,102); }

 td.TdClassName
 {
   border-color: #BB7666;
 }
 .TagClassName
 {
   border-color: #BB7666;
 }
</style>