#B36345

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

Shades of Tuscany #B36345

Tints of Tuscany #B36345

Color information

#B36345 (or 0xB36345) is unknown color: approx Tuscany. HEX triplet: B3, 63 and 45. RGB value is (179,99,69). Sum of RGB (Red+Green+Blue) = 179+99+69=347 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.59% from 347); Green value is 99 (39.06% from 255 or 28.53% from 347); Blue value is 69 (27.34% from 255 or 19.88% from 347); Max value from RGB is 179 - color contains mainly: red. Hex color #B36345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36345 is #4C9CBA. Grayscale: #777777. Windows color (decimal): -5020859 or 4547507. OLE color: 4547507.

HSL color Cylindrical-coordinate representation of color #B36345: hue angle of 16.36º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B36345 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB1799969-
CMYK00.450.610.30
HSL16.36º44.35%48.63%-
HSV(B)16.36º61.45%70.2%-
XYZ24.1318.948.01-
YUV119.599.5170.44-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.59%
GREEN value IS 99 (39.06% from 255) = 28.53%
BLUE value IS 69 (27.34% from 255) = 19.88%
R=51.59%
G=28.53%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179996900.450.610.3016.3644.3548.63
HexB3634502D3D1E102c31
Octal2631431050557536205461
Binary101100111100011100010101011011111011111010000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36345; }

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

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

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

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

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

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

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

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