#B86D5C

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

Shades of Contessa #B86D5C

Tints of Contessa #B86D5C

Color information

#B86D5C (or 0xB86D5C) is unknown color: approx Contessa. HEX triplet: B8, 6D and 5C. RGB value is (184,109,92). Sum of RGB (Red+Green+Blue) = 184+109+92=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 109 (42.97% from 255 or 28.31% from 385); Blue value is 92 (36.33% from 255 or 23.90% from 385); Max value from RGB is 184 - color contains mainly: red. Hex color #B86D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86D5C is #4792A3. Grayscale: #818181. Windows color (decimal): -4690596 or 6057400. OLE color: 6057400.

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

Color convert

RGB18410992-
CMYK00.410.500.28
HSL11.09º39.32%54.12%-
HSV(B)11.09º50%72.16%-
XYZ27.1721.912.92-
YUV129.49106.85166.88-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.79%
GREEN value IS 109 (42.97% from 255) = 28.31%
BLUE value IS 92 (36.33% from 255) = 23.90%
R=47.79%
G=28.31%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841099200.410.500.2811.0939.3254.12
HexB86D5C029321Cb2736
Octal2701551340516234134766
Binary10111000110110110111000101001110010111001011100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86D5C; }

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

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

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

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

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

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

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

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