#B87864

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

Shades of Contessa #B87864

Tints of Contessa #B87864

Color information

#B87864 (or 0xB87864) is unknown color: approx Contessa. HEX triplet: B8, 78 and 64. RGB value is (184,120,100). Sum of RGB (Red+Green+Blue) = 184+120+100=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 120 (47.27% from 255 or 29.70% from 404); Blue value is 100 (39.45% from 255 or 24.75% from 404); Max value from RGB is 184 - color contains mainly: red. Hex color #B87864 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87864 is #47879B. Grayscale: #898989. Windows color (decimal): -4687772 or 6584504. OLE color: 6584504.

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

Color convert

RGB184120100-
CMYK00.350.460.28
HSL14.29º37.17%55.69%-
HSV(B)14.29º45.65%72.16%-
XYZ28.7824.5415.28-
YUV136.86107.2161.63-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.54%
GREEN value IS 120 (47.27% from 255) = 29.70%
BLUE value IS 100 (39.45% from 255) = 24.75%
R=45.54%
G=29.70%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412010000.350.460.2814.2937.1755.69
HexB878640232E1Ce2538
Octal2701701440435634164570
Binary10111000111100011001000100011101110111001110100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87864; }

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

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

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

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

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

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

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

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