#B77866

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

Shades of Contessa #B77866

Tints of Contessa #B77866

Color information

#B77866 (or 0xB77866) is unknown color: approx Contessa. HEX triplet: B7, 78 and 66. RGB value is (183,120,102). Sum of RGB (Red+Green+Blue) = 183+120+102=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 120 (47.27% from 255 or 29.63% from 405); Blue value is 102 (40.23% from 255 or 25.19% from 405); Max value from RGB is 183 - color contains mainly: red. Hex color #B77866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77866 is #488799. Grayscale: #888888. Windows color (decimal): -4753306 or 6715575. OLE color: 6715575.

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

Color convert

RGB183120102-
CMYK00.340.440.28
HSL13.33º36%55.88%-
HSV(B)13.33º44.26%71.76%-
XYZ28.6424.4615.78-
YUV136.78108.37160.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.19%
GREEN value IS 120 (47.27% from 255) = 29.63%
BLUE value IS 102 (40.23% from 255) = 25.19%
R=45.19%
G=29.63%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312010200.340.440.2813.333655.88
HexB778660222C1Cd2438
Octal2671701460425434154470
Binary10110111111100011001100100010101100111001101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77866; }

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

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

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

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

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

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

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

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