#BB7776

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

Shades of Contessa #BB7776

Tints of Contessa #BB7776

Color information

#BB7776 (or 0xBB7776) is unknown color: approx Contessa. HEX triplet: BB, 77 and 76. RGB value is (187,119,118). Sum of RGB (Red+Green+Blue) = 187+119+118=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 119 (46.88% from 255 or 28.07% from 424); Blue value is 118 (46.48% from 255 or 27.83% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7776 is #448889. Grayscale: #8B8B8B. Windows color (decimal): -4491402 or 7763899. OLE color: 7763899.

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

Color convert

RGB187119118-
CMYK00.360.370.27
HSL0.87º33.66%59.8%-
HSV(B)0.87º36.9%73.33%-
XYZ30.3625.0720.38-
YUV139.22116.03162.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.10%
GREEN value IS 119 (46.88% from 255) = 28.07%
BLUE value IS 118 (46.48% from 255) = 27.83%
R=44.10%
G=28.07%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711911800.360.370.270.8733.6659.8
HexBB7776024251B1223c
Octal273167166044453314274
Binary10111011111011111101100100100100101110111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7776; }

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

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

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

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

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

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

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

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