#B36045

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

Shades of Tuscany #B36045

Tints of Tuscany #B36045

Color information

#B36045 (or 0xB36045) is unknown color: approx Tuscany. HEX triplet: B3, 60 and 45. RGB value is (179,96,69). Sum of RGB (Red+Green+Blue) = 179+96+69=344 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.03% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 69 (27.34% from 255 or 20.06% from 344); Max value from RGB is 179 - color contains mainly: red. Hex color #B36045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36045 is #4C9FBA. Grayscale: #757575. Windows color (decimal): -5021627 or 4546739. OLE color: 4546739.

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

Color convert

RGB1799669-
CMYK00.460.610.30
HSL14.73º44.35%48.63%-
HSV(B)14.73º61.45%70.2%-
XYZ23.8518.387.92-
YUV117.74100.5171.7-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.03%
GREEN value IS 96 (37.89% from 255) = 27.91%
BLUE value IS 69 (27.34% from 255) = 20.06%
R=52.03%
G=27.91%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179966900.460.610.3014.7344.3548.63
HexB3604502E3D1Ef2c31
Octal2631401050567536175461
Binary10110011110000010001010101110111101111101111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36045; }

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

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

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

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

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

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

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

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