#B86A63

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

Shades of Contessa #B86A63

Tints of Contessa #B86A63

Color information

#B86A63 (or 0xB86A63) is unknown color: approx Contessa. HEX triplet: B8, 6A and 63. RGB value is (184,106,99). Sum of RGB (Red+Green+Blue) = 184+106+99=389 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.30% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 99 (39.06% from 255 or 25.45% from 389); Max value from RGB is 184 - color contains mainly: red. Hex color #B86A63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86A63 is #47959C. Grayscale: #808080. Windows color (decimal): -4691357 or 6515384. OLE color: 6515384.

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

Color convert

RGB18410699-
CMYK00.420.460.28
HSL4.94º37.44%55.49%-
HSV(B)4.94º46.2%72.16%-
XYZ27.1721.414.5-
YUV128.52111.34167.57-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.30%
GREEN value IS 106 (41.80% from 255) = 27.25%
BLUE value IS 99 (39.06% from 255) = 25.45%
R=47.30%
G=27.25%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841069900.420.460.284.9437.4455.49
HexB86A6302A2E1C52537
Octal270152143052563454567
Binary1011100011010101100011010101010111011100101100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86A63; }

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

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

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

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

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

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

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

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