#B66A66

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

Shades of Contessa #B66A66

Tints of Contessa #B66A66

Color information

#B66A66 (or 0xB66A66) is unknown color: approx Contessa. HEX triplet: B6, 6A and 66. RGB value is (182,106,102). Sum of RGB (Red+Green+Blue) = 182+106+102=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 106 (41.80% from 255 or 27.18% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 182 - color contains mainly: red. Hex color #B66A66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66A66 is #499599. Grayscale: #808080. Windows color (decimal): -4822426 or 6711990. OLE color: 6711990.

HSL color Cylindrical-coordinate representation of color #B66A66: hue angle of 3º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B66A66 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB182106102-
CMYK00.420.440.29
HSL35.4%55.69%-
HSV(B)43.96%71.37%-
XYZ26.8421.2115.25-
YUV128.27113.18166.33-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.67%
GREEN value IS 106 (41.80% from 255) = 27.18%
BLUE value IS 102 (40.23% from 255) = 26.15%
R=46.67%
G=27.18%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210610200.420.440.29335.455.69
HexB66A6602A2C1D32338
Octal266152146052543534370
Binary101101101101010110011001010101011001110111100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66A66; }

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

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

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

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

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

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

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

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