#B86C64

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

Shades of Contessa #B86C64

Tints of Contessa #B86C64

Color information

#B86C64 (or 0xB86C64) is unknown color: approx Contessa. HEX triplet: B8, 6C and 64. RGB value is (184,108,100). Sum of RGB (Red+Green+Blue) = 184+108+100=392 (51% of max value = 765). Red value is 184 (72.27% from 255 or 46.94% from 392); Green value is 108 (42.58% from 255 or 27.55% from 392); Blue value is 100 (39.45% from 255 or 25.51% from 392); Max value from RGB is 184 - color contains mainly: red. Hex color #B86C64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86C64 is #47939B. Grayscale: #818181. Windows color (decimal): -4690844 or 6581432. OLE color: 6581432.

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

Color convert

RGB184108100-
CMYK00.410.460.28
HSL5.71º37.17%55.69%-
HSV(B)5.71º45.65%72.16%-
XYZ27.4321.8414.83-
YUV129.81111.18166.65-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.94%
GREEN value IS 108 (42.58% from 255) = 27.55%
BLUE value IS 100 (39.45% from 255) = 25.51%
R=46.94%
G=27.55%
B=25.51%

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
Decimal18410810000.410.460.285.7137.1755.69
HexB86C640292E1C62538
Octal270154144051563464570
Binary1011100011011001100100010100110111011100110100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86C64; }

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

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

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

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

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

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

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

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