#B77566

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

Shades of Contessa #B77566

Tints of Contessa #B77566

Color information

#B77566 (or 0xB77566) is unknown color: approx Contessa. HEX triplet: B7, 75 and 66. RGB value is (183,117,102). Sum of RGB (Red+Green+Blue) = 183+117+102=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 102 (40.23% from 255 or 25.37% from 402); Max value from RGB is 183 - color contains mainly: red. Hex color #B77566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77566 is #488A99. Grayscale: #878787. Windows color (decimal): -4754074 or 6714807. OLE color: 6714807.

HSL color Cylindrical-coordinate representation of color #B77566: hue angle of 11.11º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B77566 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.28.

Color convert

RGB183117102-
CMYK00.360.440.28
HSL11.11º36%55.88%-
HSV(B)11.11º44.26%71.76%-
XYZ28.2923.7515.66-
YUV135.02109.37162.22-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.52%
GREEN value IS 117 (46.09% from 255) = 29.10%
BLUE value IS 102 (40.23% from 255) = 25.37%
R=45.52%
G=29.10%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311710200.360.440.2811.113655.88
HexB775660242C1Cb2438
Octal2671651460445434134470
Binary10110111111010111001100100100101100111001011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77566; }

 p { color: rgb(183,117,102); }

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

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

 a { background-color: rgb(183,117,102); }

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

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

 span { border-color: rgb(183,117,102); }

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