#B87970

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

Shades of Contessa #B87970

Tints of Contessa #B87970

Color information

#B87970 (or 0xB87970) is unknown color: approx Contessa. HEX triplet: B8, 79 and 70. RGB value is (184,121,112). Sum of RGB (Red+Green+Blue) = 184+121+112=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 121 (47.66% from 255 or 29.02% from 417); Blue value is 112 (44.14% from 255 or 26.86% from 417); Max value from RGB is 184 - color contains mainly: red. Hex color #B87970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87970 is #47868F. Grayscale: #8A8A8A. Windows color (decimal): -4687504 or 7371192. OLE color: 7371192.

HSL color Cylindrical-coordinate representation of color #B87970: hue angle of 7.5º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B87970 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB184121112-
CMYK00.340.390.28
HSL7.5º33.64%58.04%-
HSV(B)7.5º39.13%72.16%-
XYZ29.5325.0318.61-
YUV138.81112.87160.23-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.12%
GREEN value IS 121 (47.66% from 255) = 29.02%
BLUE value IS 112 (44.14% from 255) = 26.86%
R=44.12%
G=29.02%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412111200.340.390.287.533.6458.04
HexB87970022271C8223a
Octal2701711600424734104272
Binary10111000111100111100000100010100111111001000100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87970; }

 p { color: rgb(184,121,112); }

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

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

 a { background-color: rgb(184,121,112); }

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

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

 span { border-color: rgb(184,121,112); }

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