#B46546

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

Shades of Tuscany #B46546

Tints of Tuscany #B46546

Color information

#B46546 (or 0xB46546) is unknown color: approx Tuscany. HEX triplet: B4, 65 and 46. RGB value is (180,101,70). Sum of RGB (Red+Green+Blue) = 180+101+70=351 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.28% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 70 (27.73% from 255 or 19.94% from 351); Max value from RGB is 180 - color contains mainly: red. Hex color #B46546 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46546 is #4B9AB9. Grayscale: #797979. Windows color (decimal): -4954810 or 4613556. OLE color: 4613556.

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

Color convert

RGB18010170-
CMYK00.440.610.29
HSL16.91º44%49.02%-
HSV(B)16.91º61.11%70.59%-
XYZ24.5819.458.25-
YUV121.0999.17170.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.28%
GREEN value IS 101 (39.84% from 255) = 28.77%
BLUE value IS 70 (27.73% from 255) = 19.94%
R=51.28%
G=28.77%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801017000.440.610.2916.914449.02
HexB4654602C3D1D112c31
Octal2641451060547535215461
Binary101101001100101100011001011001111011110110001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46546; }

 p { color: rgb(180,101,70); }

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

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

 a { background-color: rgb(180,101,70); }

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

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

 span { border-color: rgb(180,101,70); }

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