#B86C5D

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

Shades of Contessa #B86C5D

Tints of Contessa #B86C5D

Color information

#B86C5D (or 0xB86C5D) is unknown color: approx Contessa. HEX triplet: B8, 6C and 5D. RGB value is (184,108,93). Sum of RGB (Red+Green+Blue) = 184+108+93=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 93 (36.72% from 255 or 24.16% from 385); Max value from RGB is 184 - color contains mainly: red. Hex color #B86C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86C5D is #4793A2. Grayscale: #818181. Windows color (decimal): -4690851 or 6122680. OLE color: 6122680.

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

Color convert

RGB18410893-
CMYK00.410.490.28
HSL9.89º39.06%54.31%-
HSV(B)9.89º49.46%72.16%-
XYZ27.1121.7113.12-
YUV129.01107.68167.22-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.79%
GREEN value IS 108 (42.58% from 255) = 28.05%
BLUE value IS 93 (36.72% from 255) = 24.16%
R=47.79%
G=28.05%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841089300.410.490.289.8939.0654.31
HexB86C5D029311Ca2736
Octal2701541350516134124766
Binary10111000110110010111010101001110001111001010100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86C5D; }

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

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

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

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

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

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

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

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