#B36542

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

Shades of Tuscany #B36542

Tints of Tuscany #B36542

Color information

#B36542 (or 0xB36542) is unknown color: approx Tuscany. HEX triplet: B3, 65 and 42. RGB value is (179,101,66). Sum of RGB (Red+Green+Blue) = 179+101+66=346 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.73% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 179 - color contains mainly: red. Hex color #B36542 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36542 is #4C9ABD. Grayscale: #787878. Windows color (decimal): -5020350 or 4351411. OLE color: 4351411.

HSL color Cylindrical-coordinate representation of color #B36542: hue angle of 18.58º 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 #B36542 is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB17910166-
CMYK00.440.630.30
HSL18.58º46.12%48.04%-
HSV(B)18.58º63.13%70.2%-
XYZ24.2319.287.6-
YUV120.3397.34169.85-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.73%
GREEN value IS 101 (39.84% from 255) = 29.19%
BLUE value IS 66 (26.17% from 255) = 19.08%
R=51.73%
G=29.19%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791016600.440.630.3018.5846.1248.04
HexB3654202C3F1E132e30
Octal2631451020547736235660
Binary101100111100101100001001011001111111111010011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36542; }

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

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

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

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

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

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

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

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