#BB776C

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

Shades of Contessa #BB776C

Tints of Contessa #BB776C

Color information

#BB776C (or 0xBB776C) is unknown color: approx Contessa. HEX triplet: BB, 77 and 6C. RGB value is (187,119,108). Sum of RGB (Red+Green+Blue) = 187+119+108=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 119 (46.88% from 255 or 28.74% from 414); Blue value is 108 (42.58% from 255 or 26.09% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BB776C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB776C is #448893. Grayscale: #8A8A8A. Windows color (decimal): -4491412 or 7108539. OLE color: 7108539.

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

Color convert

RGB187119108-
CMYK00.360.420.27
HSL8.35º36.74%57.84%-
HSV(B)8.35º42.25%73.33%-
XYZ29.824.8417.41-
YUV138.08111.03162.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.17%
GREEN value IS 119 (46.88% from 255) = 28.74%
BLUE value IS 108 (42.58% from 255) = 26.09%
R=45.17%
G=28.74%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711910800.360.420.278.3536.7457.84
HexBB776C0242A1B8253a
Octal2731671540445233104572
Binary10111011111011111011000100100101010110111000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB776C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB776C; }

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

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

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

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

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

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

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

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