#B86A65

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

Shades of Contessa #B86A65

Tints of Contessa #B86A65

Color information

#B86A65 (or 0xB86A65) is unknown color: approx Contessa. HEX triplet: B8, 6A and 65. RGB value is (184,106,101). Sum of RGB (Red+Green+Blue) = 184+106+101=391 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.06% from 391); Green value is 106 (41.80% from 255 or 27.11% from 391); Blue value is 101 (39.84% from 255 or 25.83% from 391); Max value from RGB is 184 - color contains mainly: red. Hex color #B86A65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86A65 is #47959A. Grayscale: #808080. Windows color (decimal): -4691355 or 6646456. OLE color: 6646456.

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

Color convert

RGB184106101-
CMYK00.420.450.28
HSL3.61º36.89%55.88%-
HSV(B)3.61º45.11%72.16%-
XYZ27.2721.4415.01-
YUV128.75112.34167.41-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.06%
GREEN value IS 106 (41.80% from 255) = 27.11%
BLUE value IS 101 (39.84% from 255) = 25.83%
R=47.06%
G=27.11%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410610100.420.450.283.6136.8955.88
HexB86A6502A2D1C42538
Octal270152145052553444570
Binary1011100011010101100101010101010110111100100100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86A65; }

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

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

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

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

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

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

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

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