#B86D5F

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

Shades of Contessa #B86D5F

Tints of Contessa #B86D5F

Color information

#B86D5F (or 0xB86D5F) is unknown color: approx Contessa. HEX triplet: B8, 6D and 5F. RGB value is (184,109,95). Sum of RGB (Red+Green+Blue) = 184+109+95=388 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.42% from 388); Green value is 109 (42.97% from 255 or 28.09% from 388); Blue value is 95 (37.5% from 255 or 24.48% from 388); Max value from RGB is 184 - color contains mainly: red. Hex color #B86D5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86D5F is #4792A0. Grayscale: #818181. Windows color (decimal): -4690593 or 6254008. OLE color: 6254008.

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

Color convert

RGB18410995-
CMYK00.410.480.28
HSL9.44º38.53%54.71%-
HSV(B)9.44º48.37%72.16%-
XYZ27.321.9513.63-
YUV129.83108.35166.64-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.42%
GREEN value IS 109 (42.97% from 255) = 28.09%
BLUE value IS 95 (37.5% from 255) = 24.48%
R=47.42%
G=28.09%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841099500.410.480.289.4438.5354.71
HexB86D5F029301C92737
Octal2701551370516034114767
Binary10111000110110110111110101001110000111001001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86D5F; }

 p { color: rgb(184,109,95); }

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

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

 a { background-color: rgb(184,109,95); }

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

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

 span { border-color: rgb(184,109,95); }

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