#B36340

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

Shades of Tuscany #B36340

Tints of Tuscany #B36340

Color information

#B36340 (or 0xB36340) is unknown color: approx Tuscany. HEX triplet: B3, 63 and 40. RGB value is (179,99,64). Sum of RGB (Red+Green+Blue) = 179+99+64=342 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.34% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 179 - color contains mainly: red. Hex color #B36340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36340 is #4C9CBF. Grayscale: #777777. Windows color (decimal): -5020864 or 4219827. OLE color: 4219827.

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

Color convert

RGB1799964-
CMYK00.450.640.30
HSL18.26º47.33%47.65%-
HSV(B)18.26º64.25%70.2%-
XYZ23.9818.887.23-
YUV118.9397170.85-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.34%
GREEN value IS 99 (39.06% from 255) = 28.95%
BLUE value IS 64 (25.39% from 255) = 18.71%
R=52.34%
G=28.95%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179996400.450.640.3018.2647.3347.65
HexB3634002D401E122f30
Octal26314310005510036225760
Binary1011001111000111000000010110110000001111010010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36340; }

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

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

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

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

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

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

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

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