#B57170

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

Shades of Contessa #B57170

Tints of Contessa #B57170

Color information

#B57170 (or 0xB57170) is unknown color: approx Contessa. HEX triplet: B5, 71 and 70. RGB value is (181,113,112). Sum of RGB (Red+Green+Blue) = 181+113+112=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 181 - color contains mainly: red. Hex color #B57170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57170 is #4A8E8F. Grayscale: #858585. Windows color (decimal): -4886160 or 7369141. OLE color: 7369141.

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

Color convert

RGB181113112-
CMYK00.380.380.29
HSL0.87º31.8%57.45%-
HSV(B)0.87º38.12%70.98%-
XYZ27.8922.818.26-
YUV133.22116.03162.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.58%
GREEN value IS 113 (44.53% from 255) = 27.83%
BLUE value IS 112 (44.14% from 255) = 27.59%
R=44.58%
G=27.83%
B=27.59%

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
Decimal18111311200.380.380.290.8731.857.45
HexB57170026261D12039
Octal265161160046463514071
Binary10110101111000111100000100110100110111011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57170; }

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

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

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

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

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

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

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

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