#B57471

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

Shades of Contessa #B57471

Tints of Contessa #B57471

Color information

#B57471 (or 0xB57471) is unknown color: approx Contessa. HEX triplet: B5, 74 and 71. RGB value is (181,116,113). Sum of RGB (Red+Green+Blue) = 181+116+113=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 113 (44.53% from 255 or 27.56% from 410); Max value from RGB is 181 - color contains mainly: red. Hex color #B57471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57471 is #4A8B8E. Grayscale: #878787. Windows color (decimal): -4885391 or 7435445. OLE color: 7435445.

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

Color convert

RGB181116113-
CMYK00.360.380.29
HSL2.65º31.48%57.65%-
HSV(B)2.65º37.57%70.98%-
XYZ28.2823.5118.67-
YUV135.09115.53160.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.15%
GREEN value IS 116 (45.70% from 255) = 28.29%
BLUE value IS 113 (44.53% from 255) = 27.56%
R=44.15%
G=28.29%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111611300.360.380.292.6531.4857.65
HexB57471024261D31f3a
Octal265164161044463533772
Binary10110101111010011100010100100100110111011111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57471; }

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

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

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

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

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

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

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

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