#b86040

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

Shades of Tuscany #B86040

Tints of Tuscany #B86040

Color information

#B86040 (or 0xB86040) is unknown color: approx Tuscany. HEX triplet: B8, 60 and 40. RGB value is (184,96,64). Sum of RGB (Red+Green+Blue) = 184+96+64=344 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.49% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 184 - color contains mainly: red. Hex color #B86040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86040 is #479FBF. Grayscale: #767676. Windows color (decimal): -4693952 or 4219064. OLE color: 4219064.

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

Color convert

RGB1849664-
CMYK00.480.650.28
HSL16º48.39%48.63%-
HSV(B)16º65.22%72.16%-
XYZ24.8818.937.19-
YUV118.6697.15174.6-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.49%
GREEN value IS 96 (37.89% from 255) = 27.91%
BLUE value IS 64 (25.39% from 255) = 18.60%
R=53.49%
G=27.91%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184966400.480.650.281648.3948.63
HexB86040030411C103031
Octal27014010006010134206061
Binary1011100011000001000000011000010000011110010000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b86040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b86040; }

 p { color: rgb(184,96,64); }

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

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

 a { background-color: rgb(184,96,64); }

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

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

 span { border-color: rgb(184,96,64); }

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