#B86B60

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

Shades of Contessa #B86B60

Tints of Contessa #B86B60

Color information

#B86B60 (or 0xB86B60) is unknown color: approx Contessa. HEX triplet: B8, 6B and 60. RGB value is (184,107,96). Sum of RGB (Red+Green+Blue) = 184+107+96=387 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.55% from 387); Green value is 107 (42.19% from 255 or 27.65% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 184 - color contains mainly: red. Hex color #B86B60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86B60 is #47949F. Grayscale: #808080. Windows color (decimal): -4691104 or 6319032. OLE color: 6319032.

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

Color convert

RGB18410796-
CMYK00.420.480.28
HSL7.5º38.26%54.9%-
HSV(B)7.5º47.83%72.16%-
XYZ27.1421.5513.8-
YUV128.77109.51167.39-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.55%
GREEN value IS 107 (42.19% from 255) = 27.65%
BLUE value IS 96 (37.89% from 255) = 24.81%
R=47.55%
G=27.65%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841079600.420.480.287.538.2654.9
HexB86B6002A301C82637
Octal2701531400526034104667
Binary10111000110101111000000101010110000111001000100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86B60; }

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

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

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

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

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

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

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

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