#B57575

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

Shades of Contessa #B57575

Tints of Contessa #B57575

Color information

#B57575 (or 0xB57575) is unknown color: approx Contessa. HEX triplet: B5, 75 and 75. RGB value is (181,117,117). Sum of RGB (Red+Green+Blue) = 181+117+117=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 181 - color contains mainly: red. Hex color #B57575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57575 is #4A8A8A. Grayscale: #888888. Windows color (decimal): -4885131 or 7697845. OLE color: 7697845.

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

Color convert

RGB181117117-
CMYK00.350.350.29
HSL30.19%58.43%-
HSV(B)35.36%70.98%-
XYZ28.6323.8319.92-
YUV136.14117.2160-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.61%
GREEN value IS 117 (46.09% from 255) = 28.19%
BLUE value IS 117 (46.09% from 255) = 28.19%
R=43.61%
G=28.19%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111711700.350.350.29030.1958.43
HexB57575023231D01e3a
Octal265165165043433503672
Binary1011010111101011110101010001110001111101011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57575; }

 p { color: rgb(181,117,117); }

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

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

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

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

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

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

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