#B46245

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

Shades of Tuscany #B46245

Tints of Tuscany #B46245

Color information

#B46245 (or 0xB46245) is unknown color: approx Tuscany. HEX triplet: B4, 62 and 45. RGB value is (180,98,69). Sum of RGB (Red+Green+Blue) = 180+98+69=347 (45% of max value = 765). Red value is 180 (70.70% from 255 or 51.87% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 69 (27.34% from 255 or 19.88% from 347); Max value from RGB is 180 - color contains mainly: red. Hex color #B46245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46245 is #4B9DBA. Grayscale: #777777. Windows color (decimal): -4955579 or 4547252. OLE color: 4547252.

HSL color Cylindrical-coordinate representation of color #B46245: hue angle of 15.68º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B46245 is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB1809869-
CMYK00.460.620.29
HSL15.68º44.58%48.82%-
HSV(B)15.68º61.67%70.59%-
XYZ24.2618.877.99-
YUV119.2199.67171.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.87%
GREEN value IS 98 (38.67% from 255) = 28.24%
BLUE value IS 69 (27.34% from 255) = 19.88%
R=51.87%
G=28.24%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180986900.460.620.2915.6844.5848.82
HexB4624502E3E1D102d31
Octal2641421050567635205561
Binary101101001100010100010101011101111101110110000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46245; }

 p { color: rgb(180,98,69); }

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

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

 a { background-color: rgb(180,98,69); }

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

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

 span { border-color: rgb(180,98,69); }

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