#B57272

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

Shades of Contessa #B57272

Tints of Contessa #B57272

Color information

#B57272 (or 0xB57272) is unknown color: approx Contessa. HEX triplet: B5, 72 and 72. RGB value is (181,114,114). Sum of RGB (Red+Green+Blue) = 181+114+114=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 181 - color contains mainly: red. Hex color #B57272 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57272 is #4A8D8D. Grayscale: #868686. Windows color (decimal): -4885902 or 7500469. OLE color: 7500469.

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

Color convert

RGB181114114-
CMYK00.370.370.29
HSL31.16%57.84%-
HSV(B)37.02%70.98%-
XYZ28.1123.0718.89-
YUV134.03116.7161.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.25%
GREEN value IS 114 (44.92% from 255) = 27.87%
BLUE value IS 114 (44.92% from 255) = 27.87%
R=44.25%
G=27.87%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111411400.370.370.29031.1657.84
HexB57272025251D01f3a
Octal265162162045453503772
Binary1011010111100101110010010010110010111101011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57272; }

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

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

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

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

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

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

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

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