#B87371

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

Shades of Contessa #B87371

Tints of Contessa #B87371

Color information

#B87371 (or 0xB87371) is unknown color: approx Contessa. HEX triplet: B8, 73 and 71. RGB value is (184,115,113). Sum of RGB (Red+Green+Blue) = 184+115+113=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 115 (45.31% from 255 or 27.91% from 412); Blue value is 113 (44.53% from 255 or 27.43% from 412); Max value from RGB is 184 - color contains mainly: red. Hex color #B87371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87371 is #478C8E. Grayscale: #878787. Windows color (decimal): -4689039 or 7435192. OLE color: 7435192.

HSL color Cylindrical-coordinate representation of color #B87371: hue angle of 1.69º degrees, saturation: 0.33, 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 #B87371 is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB184115113-
CMYK00.380.390.28
HSL1.69º33.33%58.24%-
HSV(B)1.69º38.59%72.16%-
XYZ28.8823.6418.66-
YUV135.4115.36162.66-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.66%
GREEN value IS 115 (45.31% from 255) = 27.91%
BLUE value IS 113 (44.53% from 255) = 27.43%
R=44.66%
G=27.91%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411511300.380.390.281.6933.3358.24
HexB87371026271C2213a
Octal270163161046473424172
Binary101110001110011111000101001101001111110010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87371; }

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

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

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

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

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

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

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

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