#B87064

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

Shades of Contessa #B87064

Tints of Contessa #B87064

Color information

#B87064 (or 0xB87064) is unknown color: approx Contessa. HEX triplet: B8, 70 and 64. RGB value is (184,112,100). Sum of RGB (Red+Green+Blue) = 184+112+100=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 100 (39.45% from 255 or 25.25% from 396); Max value from RGB is 184 - color contains mainly: red. Hex color #B87064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87064 is #478F9B. Grayscale: #848484. Windows color (decimal): -4689820 or 6582456. OLE color: 6582456.

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

Color convert

RGB184112100-
CMYK00.390.460.28
HSL8.57º37.17%55.69%-
HSV(B)8.57º45.65%72.16%-
XYZ27.8622.714.97-
YUV132.16109.85164.98-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.46%
GREEN value IS 112 (44.14% from 255) = 28.28%
BLUE value IS 100 (39.45% from 255) = 25.25%
R=46.46%
G=28.28%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411210000.390.460.288.5737.1755.69
HexB870640272E1C92538
Octal2701601440475634114570
Binary10111000111000011001000100111101110111001001100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87064; }

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

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

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

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

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

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

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

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