#BB7866

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

Shades of Contessa #BB7866

Tints of Contessa #BB7866

Color information

#BB7866 (or 0xBB7866) is unknown color: approx Contessa. HEX triplet: BB, 78 and 66. RGB value is (187,120,102). Sum of RGB (Red+Green+Blue) = 187+120+102=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 120 (47.27% from 255 or 29.34% from 409); Blue value is 102 (40.23% from 255 or 24.94% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7866 is #448799. Grayscale: #8A8A8A. Windows color (decimal): -4491162 or 6715579. OLE color: 6715579.

HSL color Cylindrical-coordinate representation of color #BB7866: hue angle of 12.71º 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 #BB7866 is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB187120102-
CMYK00.360.450.27
HSL12.71º38.46%56.67%-
HSV(B)12.71º45.45%73.33%-
XYZ29.6124.9615.83-
YUV137.98107.7162.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.72%
GREEN value IS 120 (47.27% from 255) = 29.34%
BLUE value IS 102 (40.23% from 255) = 24.94%
R=45.72%
G=29.34%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712010200.360.450.2712.7138.4656.67
HexBB78660242D1Bd2639
Octal2731701460445533154671
Binary10111011111100011001100100100101101110111101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7866; }

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

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

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

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

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

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

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

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