#B87271

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

Shades of Contessa #B87271

Tints of Contessa #B87271

Color information

#B87271 (or 0xB87271) is unknown color: approx Contessa. HEX triplet: B8, 72 and 71. RGB value is (184,114,113). Sum of RGB (Red+Green+Blue) = 184+114+113=411 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.77% from 411); Green value is 114 (44.92% from 255 or 27.74% from 411); Blue value is 113 (44.53% from 255 or 27.49% from 411); Max value from RGB is 184 - color contains mainly: red. Hex color #B87271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87271 is #478D8E. Grayscale: #868686. Windows color (decimal): -4689295 or 7434936. OLE color: 7434936.

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

Color convert

RGB184114113-
CMYK00.380.390.28
HSL0.85º33.33%58.24%-
HSV(B)0.85º38.59%72.16%-
XYZ28.7723.4218.63-
YUV134.82115.69163.08-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.77%
GREEN value IS 114 (44.92% from 255) = 27.74%
BLUE value IS 113 (44.53% from 255) = 27.49%
R=44.77%
G=27.74%
B=27.49%

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
Decimal18411411300.380.390.280.8533.3358.24
HexB87271026271C1213a
Octal270162161046473414172
Binary10111000111001011100010100110100111111001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87271; }

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

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

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

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

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

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

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

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