#B87566

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

Shades of Contessa #B87566

Tints of Contessa #B87566

Color information

#B87566 (or 0xB87566) is unknown color: approx Contessa. HEX triplet: B8, 75 and 66. RGB value is (184,117,102). Sum of RGB (Red+Green+Blue) = 184+117+102=403 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.66% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 102 (40.23% from 255 or 25.31% from 403); Max value from RGB is 184 - color contains mainly: red. Hex color #B87566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87566 is #478A99. Grayscale: #878787. Windows color (decimal): -4688538 or 6714808. OLE color: 6714808.

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

Color convert

RGB184117102-
CMYK00.360.450.28
HSL10.98º36.61%56.08%-
HSV(B)10.98º44.57%72.16%-
XYZ28.5323.8715.67-
YUV135.32109.2162.72-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.66%
GREEN value IS 117 (46.09% from 255) = 29.03%
BLUE value IS 102 (40.23% from 255) = 25.31%
R=45.66%
G=29.03%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411710200.360.450.2810.9836.6156.08
HexB875660242D1Cb2538
Octal2701651460445534134570
Binary10111000111010111001100100100101101111001011100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87566; }

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

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

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

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

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

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

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

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