#B86A60

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

Shades of Contessa #B86A60

Tints of Contessa #B86A60

Color information

#B86A60 (or 0xB86A60) is unknown color: approx Contessa. HEX triplet: B8, 6A and 60. RGB value is (184,106,96). Sum of RGB (Red+Green+Blue) = 184+106+96=386 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.67% from 386); Green value is 106 (41.80% from 255 or 27.46% from 386); Blue value is 96 (37.89% from 255 or 24.87% from 386); Max value from RGB is 184 - color contains mainly: red. Hex color #B86A60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86A60 is #47959F. Grayscale: #808080. Windows color (decimal): -4691360 or 6318776. OLE color: 6318776.

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

Color convert

RGB18410696-
CMYK00.420.480.28
HSL6.82º38.26%54.9%-
HSV(B)6.82º47.83%72.16%-
XYZ27.0321.3413.76-
YUV128.18109.84167.81-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.67%
GREEN value IS 106 (41.80% from 255) = 27.46%
BLUE value IS 96 (37.89% from 255) = 24.87%
R=47.67%
G=27.46%
B=24.87%

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
Decimal1841069600.420.480.286.8238.2654.9
HexB86A6002A301C72637
Octal270152140052603474667
Binary1011100011010101100000010101011000011100111100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86A60; }

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

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

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

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

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

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

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

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