#B86C60

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

Shades of Contessa #B86C60

Tints of Contessa #B86C60

Color information

#B86C60 (or 0xB86C60) is unknown color: approx Contessa. HEX triplet: B8, 6C and 60. RGB value is (184,108,96). Sum of RGB (Red+Green+Blue) = 184+108+96=388 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.42% from 388); Green value is 108 (42.58% from 255 or 27.84% from 388); Blue value is 96 (37.89% from 255 or 24.74% from 388); Max value from RGB is 184 - color contains mainly: red. Hex color #B86C60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86C60 is #47939F. Grayscale: #818181. Windows color (decimal): -4690848 or 6319288. OLE color: 6319288.

HSL color Cylindrical-coordinate representation of color #B86C60: hue angle of 8.18º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B86C60 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB18410896-
CMYK00.410.480.28
HSL8.18º38.26%54.9%-
HSV(B)8.18º47.83%72.16%-
XYZ27.2421.7613.83-
YUV129.36109.18166.98-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.42%
GREEN value IS 108 (42.58% from 255) = 27.84%
BLUE value IS 96 (37.89% from 255) = 24.74%
R=47.42%
G=27.84%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841089600.410.480.288.1838.2654.9
HexB86C60029301C82637
Octal2701541400516034104667
Binary10111000110110011000000101001110000111001000100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86C60; }

 p { color: rgb(184,108,96); }

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

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

 a { background-color: rgb(184,108,96); }

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

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

 span { border-color: rgb(184,108,96); }

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