#B87160

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

Shades of Contessa #B87160

Tints of Contessa #B87160

Color information

#B87160 (or 0xB87160) is unknown color: approx Contessa. HEX triplet: B8, 71 and 60. RGB value is (184,113,96). Sum of RGB (Red+Green+Blue) = 184+113+96=393 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.82% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 96 (37.89% from 255 or 24.43% from 393); Max value from RGB is 184 - color contains mainly: red. Hex color #B87160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87160 is #478E9F. Grayscale: #848484. Windows color (decimal): -4689568 or 6320568. OLE color: 6320568.

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

Color convert

RGB18411396-
CMYK00.390.480.28
HSL11.59º38.26%54.9%-
HSV(B)11.59º47.83%72.16%-
XYZ27.7822.8514.01-
YUV132.29107.52164.88-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.82%
GREEN value IS 113 (44.53% from 255) = 28.75%
BLUE value IS 96 (37.89% from 255) = 24.43%
R=46.82%
G=28.75%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841139600.390.480.2811.5938.2654.9
HexB87160027301Cc2637
Octal2701611400476034144667
Binary10111000111000111000000100111110000111001100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87160; }

 p { color: rgb(184,113,96); }

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

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

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

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

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

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

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