#B86241

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

Shades of Tuscany #B86241

Tints of Tuscany #B86241

Color information

#B86241 (or 0xB86241) is unknown color: approx Tuscany. HEX triplet: B8, 62 and 41. RGB value is (184,98,65). Sum of RGB (Red+Green+Blue) = 184+98+65=347 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.03% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 184 - color contains mainly: red. Hex color #B86241 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86241 is #479DBE. Grayscale: #787878. Windows color (decimal): -4693439 or 4285112. OLE color: 4285112.

HSL color Cylindrical-coordinate representation of color #B86241: hue angle of 16.64º 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 #B86241 is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB1849865-
CMYK00.470.650.28
HSL16.64º47.79%48.82%-
HSV(B)16.64º64.67%72.16%-
XYZ25.0919.317.41-
YUV119.9596.99173.68-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.03%
GREEN value IS 98 (38.67% from 255) = 28.24%
BLUE value IS 65 (25.78% from 255) = 18.73%
R=53.03%
G=28.24%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.65
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184986500.470.650.2816.6447.7948.82
HexB8624102F411C113031
Octal27014210105710134216061
Binary1011100011000101000001010111110000011110010001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86241; }

 p { color: rgb(184,98,65); }

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

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

 a { background-color: rgb(184,98,65); }

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

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

 span { border-color: rgb(184,98,65); }

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