#B36041

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

Shades of Tuscany #B36041

Tints of Tuscany #B36041

Color information

#B36041 (or 0xB36041) is unknown color: approx Tuscany. HEX triplet: B3, 60 and 41. RGB value is (179,96,65). Sum of RGB (Red+Green+Blue) = 179+96+65=340 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.65% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 65 (25.78% from 255 or 19.12% from 340); Max value from RGB is 179 - color contains mainly: red. Hex color #B36041 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36041 is #4C9FBE. Grayscale: #757575. Windows color (decimal): -5021631 or 4284595. OLE color: 4284595.

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

Color convert

RGB1799665-
CMYK00.460.640.30
HSL16.32º46.72%47.84%-
HSV(B)16.32º63.69%70.2%-
XYZ23.7318.337.29-
YUV117.2898.5172.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.65%
GREEN value IS 96 (37.89% from 255) = 28.24%
BLUE value IS 65 (25.78% from 255) = 19.12%
R=52.65%
G=28.24%
B=19.12%

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
Decimal179966500.460.640.3016.3246.7247.84
HexB3604102E401E102f30
Octal26314010105610036205760
Binary1011001111000001000001010111010000001111010000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36041; }

 p { color: rgb(179,96,65); }

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

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

 a { background-color: rgb(179,96,65); }

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

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

 span { border-color: rgb(179,96,65); }

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