#B87866

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

Shades of Contessa #B87866

Tints of Contessa #B87866

Color information

#B87866 (or 0xB87866) is unknown color: approx Contessa. HEX triplet: B8, 78 and 66. RGB value is (184,120,102). Sum of RGB (Red+Green+Blue) = 184+120+102=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 120 (47.27% from 255 or 29.56% from 406); Blue value is 102 (40.23% from 255 or 25.12% from 406); Max value from RGB is 184 - color contains mainly: red. Hex color #B87866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87866 is #478799. Grayscale: #898989. Windows color (decimal): -4687770 or 6715576. OLE color: 6715576.

HSL color Cylindrical-coordinate representation of color #B87866: hue angle of 13.17º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B87866 is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB184120102-
CMYK00.350.450.28
HSL13.17º36.61%56.08%-
HSV(B)13.17º44.57%72.16%-
XYZ28.8824.5815.79-
YUV137.08108.2161.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.32%
GREEN value IS 120 (47.27% from 255) = 29.56%
BLUE value IS 102 (40.23% from 255) = 25.12%
R=45.32%
G=29.56%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412010200.350.450.2813.1736.6156.08
HexB878660232D1Cd2538
Octal2701701460435534154570
Binary10111000111100011001100100011101101111001101100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87866; }

 p { color: rgb(184,120,102); }

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

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

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

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

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

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

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