#B77870

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

Shades of Contessa #B77870

Tints of Contessa #B77870

Color information

#B77870 (or 0xB77870) is unknown color: approx Contessa. HEX triplet: B7, 78 and 70. RGB value is (183,120,112). Sum of RGB (Red+Green+Blue) = 183+120+112=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 120 (47.27% from 255 or 28.92% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 183 - color contains mainly: red. Hex color #B77870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77870 is #48878F. Grayscale: #8A8A8A. Windows color (decimal): -4753296 or 7370935. OLE color: 7370935.

HSL color Cylindrical-coordinate representation of color #B77870: hue angle of 6.76º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B77870 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB183120112-
CMYK00.340.390.28
HSL6.76º33.02%57.84%-
HSV(B)6.76º38.8%71.76%-
XYZ29.1724.6718.55-
YUV137.93113.37160.15-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.10%
GREEN value IS 120 (47.27% from 255) = 28.92%
BLUE value IS 112 (44.14% from 255) = 26.99%
R=44.10%
G=28.92%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312011200.340.390.286.7633.0257.84
HexB77870022271C7213a
Octal267170160042473474172
Binary1011011111110001110000010001010011111100111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77870; }

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

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

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

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

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

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

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

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