#B77570

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

Shades of Contessa #B77570

Tints of Contessa #B77570

Color information

#B77570 (or 0xB77570) is unknown color: approx Contessa. HEX triplet: B7, 75 and 70. RGB value is (183,117,112). Sum of RGB (Red+Green+Blue) = 183+117+112=412 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.42% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 183 - color contains mainly: red. Hex color #B77570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77570 is #488A8F. Grayscale: #888888. Windows color (decimal): -4754064 or 7370167. OLE color: 7370167.

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

Color convert

RGB183117112-
CMYK00.360.390.28
HSL4.23º33.02%57.84%-
HSV(B)4.23º38.8%71.76%-
XYZ28.8123.9618.44-
YUV136.16114.37161.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.42%
GREEN value IS 117 (46.09% from 255) = 28.40%
BLUE value IS 112 (44.14% from 255) = 27.18%
R=44.42%
G=28.40%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311711200.360.390.284.2333.0257.84
HexB77570024271C4213a
Octal267165160044473444172
Binary1011011111101011110000010010010011111100100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77570; }

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

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

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

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

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

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

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

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