#B86042

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

Shades of Tuscany #B86042

Tints of Tuscany #B86042

Color information

#B86042 (or 0xB86042) is unknown color: approx Tuscany. HEX triplet: B8, 60 and 42. RGB value is (184,96,66). Sum of RGB (Red+Green+Blue) = 184+96+66=346 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.18% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 184 - color contains mainly: red. Hex color #B86042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86042 is #479FBD. Grayscale: #777777. Windows color (decimal): -4693950 or 4350136. OLE color: 4350136.

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

Color convert

RGB1849666-
CMYK00.480.640.28
HSL15.25º47.2%49.02%-
HSV(B)15.25º64.13%72.16%-
XYZ24.9318.957.5-
YUV118.8998.15174.44-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.18%
GREEN value IS 96 (37.89% from 255) = 27.75%
BLUE value IS 66 (26.17% from 255) = 19.08%
R=53.18%
G=27.75%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184966600.480.640.2815.2547.249.02
HexB86042030401Cf2f31
Octal27014010206010034175761
Binary101110001100000100001001100001000000111001111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86042; }

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

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

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

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

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

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

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

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