#B57774

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

Shades of Contessa #B57774

Tints of Contessa #B57774

Color information

#B57774 (or 0xB57774) is unknown color: approx Contessa. HEX triplet: B5, 77 and 74. RGB value is (181,119,116). Sum of RGB (Red+Green+Blue) = 181+119+116=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 119 (46.88% from 255 or 28.61% from 416); Blue value is 116 (45.70% from 255 or 27.88% from 416); Max value from RGB is 181 - color contains mainly: red. Hex color #B57774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57774 is #4A888B. Grayscale: #898989. Windows color (decimal): -4884620 or 7632821. OLE color: 7632821.

HSL color Cylindrical-coordinate representation of color #B57774: hue angle of 2.77º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B57774 is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB181119116-
CMYK00.340.360.29
HSL2.77º30.52%58.24%-
HSV(B)2.77º35.91%70.98%-
XYZ28.8124.2819.69-
YUV137.2116.04159.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.51%
GREEN value IS 119 (46.88% from 255) = 28.61%
BLUE value IS 116 (45.70% from 255) = 27.88%
R=43.51%
G=28.61%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111911600.340.360.292.7730.5258.24
HexB57774022241D31f3a
Octal265167164042443533772
Binary10110101111011111101000100010100100111011111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57774; }

 p { color: rgb(181,119,116); }

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

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

 a { background-color: rgb(181,119,116); }

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

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

 span { border-color: rgb(181,119,116); }

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