#BB6A66

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

Shades of Contessa #BB6A66

Tints of Contessa #BB6A66

Color information

#BB6A66 (or 0xBB6A66) is unknown color: approx Contessa. HEX triplet: BB, 6A and 66. RGB value is (187,106,102). Sum of RGB (Red+Green+Blue) = 187+106+102=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 106 (41.80% from 255 or 26.84% from 395); Blue value is 102 (40.23% from 255 or 25.82% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6A66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6A66 is #449599. Grayscale: #818181. Windows color (decimal): -4494746 or 6711995. OLE color: 6711995.

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

Color convert

RGB187106102-
CMYK00.430.450.27
HSL2.82º38.46%56.67%-
HSV(B)2.82º45.45%73.33%-
XYZ28.0521.8315.31-
YUV129.76112.34168.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.34%
GREEN value IS 106 (41.80% from 255) = 26.84%
BLUE value IS 102 (40.23% from 255) = 25.82%
R=47.34%
G=26.84%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710610200.430.450.272.8238.4656.67
HexBB6A6602B2D1B32639
Octal273152146053553334671
Binary101110111101010110011001010111011011101111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6A66; }

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

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

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

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

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

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

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

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