#B46149

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

Shades of Tuscany #B46149

Tints of Tuscany #B46149

Color information

#B46149 (or 0xB46149) is unknown color: approx Tuscany. HEX triplet: B4, 61 and 49. RGB value is (180,97,73). Sum of RGB (Red+Green+Blue) = 180+97+73=350 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.43% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 180 - color contains mainly: red. Hex color #B46149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46149 is #4B9EB6. Grayscale: #777777. Windows color (decimal): -4955831 or 4809140. OLE color: 4809140.

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

Color convert

RGB1809773-
CMYK00.460.590.29
HSL13.46º42.29%49.61%-
HSV(B)13.46º59.44%70.59%-
XYZ24.318.738.64-
YUV119.08102171.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.43%
GREEN value IS 97 (38.28% from 255) = 27.71%
BLUE value IS 73 (28.91% from 255) = 20.86%
R=51.43%
G=27.71%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180977300.460.590.2913.4642.2949.61
HexB4614902E3B1Dd2a32
Octal2641411110567335155262
Binary10110100110000110010010101110111011111011101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46149; }

 p { color: rgb(180,97,73); }

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

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

 a { background-color: rgb(180,97,73); }

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

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

 span { border-color: rgb(180,97,73); }

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