#B57171

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

Shades of Contessa #B57171

Tints of Contessa #B57171

Color information

#B57171 (or 0xB57171) is unknown color: approx Contessa. HEX triplet: B5, 71 and 71. RGB value is (181,113,113). Sum of RGB (Red+Green+Blue) = 181+113+113=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 113 (44.53% from 255 or 27.76% from 407); Max value from RGB is 181 - color contains mainly: red. Hex color #B57171 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57171 is #4A8E8E. Grayscale: #858585. Windows color (decimal): -4886159 or 7434677. OLE color: 7434677.

HSL color Cylindrical-coordinate representation of color #B57171: 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.38%. Process color model (Four color, CMYK) of #B57171 is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB181113113-
CMYK00.380.380.29
HSL31.48%57.65%-
HSV(B)37.57%70.98%-
XYZ27.9422.8318.56-
YUV133.33116.53162-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.47%
GREEN value IS 113 (44.53% from 255) = 27.76%
BLUE value IS 113 (44.53% from 255) = 27.76%
R=44.47%
G=27.76%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111311300.380.380.29031.4857.65
HexB57171026261D01f3a
Octal265161161046463503772
Binary1011010111100011110001010011010011011101011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57171; }

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

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

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

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

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

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

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

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