#B86C63

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

Shades of Contessa #B86C63

Tints of Contessa #B86C63

Color information

#B86C63 (or 0xB86C63) is unknown color: approx Contessa. HEX triplet: B8, 6C and 63. RGB value is (184,108,99). Sum of RGB (Red+Green+Blue) = 184+108+99=391 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.06% from 391); Green value is 108 (42.58% from 255 or 27.62% from 391); Blue value is 99 (39.06% from 255 or 25.32% from 391); Max value from RGB is 184 - color contains mainly: red. Hex color #B86C63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86C63 is #47939C. Grayscale: #818181. Windows color (decimal): -4690845 or 6515896. OLE color: 6515896.

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

Color convert

RGB18410899-
CMYK00.410.460.28
HSL6.35º37.44%55.49%-
HSV(B)6.35º46.2%72.16%-
XYZ27.3821.8214.57-
YUV129.7110.68166.73-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.06%
GREEN value IS 108 (42.58% from 255) = 27.62%
BLUE value IS 99 (39.06% from 255) = 25.32%
R=47.06%
G=27.62%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841089900.410.460.286.3537.4455.49
HexB86C630292E1C62537
Octal270154143051563464567
Binary1011100011011001100011010100110111011100110100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86C63; }

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

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

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

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

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

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

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

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