#B36140

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

Shades of Tuscany #B36140

Tints of Tuscany #B36140

Color information

#B36140 (or 0xB36140) is unknown color: approx Tuscany. HEX triplet: B3, 61 and 40. RGB value is (179,97,64). Sum of RGB (Red+Green+Blue) = 179+97+64=340 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.65% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 179 - color contains mainly: red. Hex color #B36140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36140 is #4C9EBF. Grayscale: #757575. Windows color (decimal): -5021376 or 4219315. OLE color: 4219315.

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

Color convert

RGB1799764-
CMYK00.460.640.30
HSL17.22º47.33%47.65%-
HSV(B)17.22º64.25%70.2%-
XYZ23.7918.57.17-
YUV117.7697.67171.68-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.65%
GREEN value IS 97 (38.28% from 255) = 28.53%
BLUE value IS 64 (25.39% from 255) = 18.82%
R=52.65%
G=28.53%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179976400.460.640.3017.2247.3347.65
HexB3614002E401E112f30
Octal26314110005610036215760
Binary1011001111000011000000010111010000001111010001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36140; }

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

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

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

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

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

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

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

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