#B57271

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

Shades of Contessa #B57271

Tints of Contessa #B57271

Color information

#B57271 (or 0xB57271) is unknown color: approx Contessa. HEX triplet: B5, 72 and 71. RGB value is (181,114,113). Sum of RGB (Red+Green+Blue) = 181+114+113=408 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.36% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 113 (44.53% from 255 or 27.70% from 408); Max value from RGB is 181 - color contains mainly: red. Hex color #B57271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57271 is #4A8D8E. Grayscale: #858585. Windows color (decimal): -4885903 or 7434933. OLE color: 7434933.

HSL color Cylindrical-coordinate representation of color #B57271: hue angle of 0.88º 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 #B57271 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB181114113-
CMYK00.370.380.29
HSL0.88º31.48%57.65%-
HSV(B)0.88º37.57%70.98%-
XYZ28.0523.0518.59-
YUV133.92116.2161.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.36%
GREEN value IS 114 (44.92% from 255) = 27.94%
BLUE value IS 113 (44.53% from 255) = 27.70%
R=44.36%
G=27.94%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111411300.370.380.290.8831.4857.65
HexB57271025261D11f3a
Octal265162161045463513772
Binary1011010111100101110001010010110011011101111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57271; }

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

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

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

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

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

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

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

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