#BB6766

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

Shades of Contessa #BB6766

Tints of Contessa #BB6766

Color information

#BB6766 (or 0xBB6766) is unknown color: approx Contessa. HEX triplet: BB, 67 and 66. RGB value is (187,103,102). Sum of RGB (Red+Green+Blue) = 187+103+102=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 103 (40.62% from 255 or 26.28% from 392); Blue value is 102 (40.23% from 255 or 26.02% from 392); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6766 is #449899. Grayscale: #808080. Windows color (decimal): -4495514 or 6711227. OLE color: 6711227.

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

Color convert

RGB187103102-
CMYK00.450.450.27
HSL0.71º38.46%56.67%-
HSV(B)0.71º45.45%73.33%-
XYZ27.7421.2215.2-
YUV128113.33170.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.70%
GREEN value IS 103 (40.62% from 255) = 26.28%
BLUE value IS 102 (40.23% from 255) = 26.02%
R=47.70%
G=26.28%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710310200.450.450.270.7138.4656.67
HexBB676602D2D1B12639
Octal273147146055553314671
Binary10111011110011111001100101101101101110111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6766; }

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

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

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

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

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

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

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

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