#B66966

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

Shades of Contessa #B66966

Tints of Contessa #B66966

Color information

#B66966 (or 0xB66966) is unknown color: approx Contessa. HEX triplet: B6, 69 and 66. RGB value is (182,105,102). Sum of RGB (Red+Green+Blue) = 182+105+102=389 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.79% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 102 (40.23% from 255 or 26.22% from 389); Max value from RGB is 182 - color contains mainly: red. Hex color #B66966 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66966 is #499699. Grayscale: #7F7F7F. Windows color (decimal): -4822682 or 6711734. OLE color: 6711734.

HSL color Cylindrical-coordinate representation of color #B66966: hue angle of 2.25º 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 #B66966 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB182105102-
CMYK00.420.440.29
HSL2.25º35.4%55.69%-
HSV(B)2.25º43.96%71.37%-
XYZ26.7421.0115.22-
YUV127.68113.51166.74-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.79%
GREEN value IS 105 (41.41% from 255) = 26.99%
BLUE value IS 102 (40.23% from 255) = 26.22%
R=46.79%
G=26.99%
B=26.22%

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
Decimal18210510200.420.440.292.2535.455.69
HexB6696602A2C1D22338
Octal266151146052543524370
Binary101101101101001110011001010101011001110110100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66966; }

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

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

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

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

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

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

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

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