#B87171

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

Shades of Contessa #B87171

Tints of Contessa #B87171

Color information

#B87171 (or 0xB87171) is unknown color: approx Contessa. HEX triplet: B8, 71 and 71. RGB value is (184,113,113). Sum of RGB (Red+Green+Blue) = 184+113+113=410 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.88% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 113 (44.53% from 255 or 27.56% from 410); Max value from RGB is 184 - color contains mainly: red. Hex color #B87171 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87171 is #478E8E. Grayscale: #868686. Windows color (decimal): -4689551 or 7434680. OLE color: 7434680.

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

Color convert

RGB184113113-
CMYK00.390.390.28
HSL33.33%58.24%-
HSV(B)38.59%72.16%-
XYZ28.6523.1918.59-
YUV134.23116.02163.5-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.88%
GREEN value IS 113 (44.53% from 255) = 27.56%
BLUE value IS 113 (44.53% from 255) = 27.56%
R=44.88%
G=27.56%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411311300.390.390.28033.3358.24
HexB87171027271C0213a
Octal270161161047473404172
Binary10111000111000111100010100111100111111000100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87171; }

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

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

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

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

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

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

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

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