#B36740

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

Shades of Tuscany #B36740

Tints of Tuscany #B36740

Color information

#B36740 (or 0xB36740) is unknown color: approx Tuscany. HEX triplet: B3, 67 and 40. RGB value is (179,103,64). Sum of RGB (Red+Green+Blue) = 179+103+64=346 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.73% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 179 - color contains mainly: red. Hex color #B36740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36740 is #4C98BF. Grayscale: #797979. Windows color (decimal): -5019840 or 4220851. OLE color: 4220851.

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

Color convert

RGB17910364-
CMYK00.420.640.30
HSL20.35º47.33%47.65%-
HSV(B)20.35º64.25%70.2%-
XYZ24.3719.657.36-
YUV121.2895.68169.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.73%
GREEN value IS 103 (40.62% from 255) = 29.77%
BLUE value IS 64 (25.39% from 255) = 18.50%
R=51.73%
G=29.77%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791036400.420.640.3020.3547.3347.65
HexB3674002A401E142f30
Octal26314710005210036245760
Binary1011001111001111000000010101010000001111010100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36740; }

 p { color: rgb(179,103,64); }

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

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

 a { background-color: rgb(179,103,64); }

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

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

 span { border-color: rgb(179,103,64); }

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