#B36642

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

Shades of Tuscany #B36642

Tints of Tuscany #B36642

Color information

#B36642 (or 0xB36642) is unknown color: approx Tuscany. HEX triplet: B3, 66 and 42. RGB value is (179,102,66). Sum of RGB (Red+Green+Blue) = 179+102+66=347 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.59% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 66 (26.17% from 255 or 19.02% from 347); Max value from RGB is 179 - color contains mainly: red. Hex color #B36642 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36642 is #4C99BD. Grayscale: #797979. Windows color (decimal): -5020094 or 4351667. OLE color: 4351667.

HSL color Cylindrical-coordinate representation of color #B36642: hue angle of 19.12º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B36642 is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB17910266-
CMYK00.430.630.30
HSL19.12º46.12%48.04%-
HSV(B)19.12º63.13%70.2%-
XYZ24.3319.487.63-
YUV120.9297.01169.43-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.59%
GREEN value IS 102 (40.23% from 255) = 29.39%
BLUE value IS 66 (26.17% from 255) = 19.02%
R=51.59%
G=29.39%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791026600.430.630.3019.1246.1248.04
HexB3664202B3F1E132e30
Octal2631461020537736235660
Binary101100111100110100001001010111111111111010011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36642; }

 p { color: rgb(179,102,66); }

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

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

 a { background-color: rgb(179,102,66); }

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

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

 span { border-color: rgb(179,102,66); }

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