#B46141

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

Shades of Tuscany #B46141

Tints of Tuscany #B46141

Color information

#B46141 (or 0xB46141) is unknown color: approx Tuscany. HEX triplet: B4, 61 and 41. RGB value is (180,97,65). Sum of RGB (Red+Green+Blue) = 180+97+65=342 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.63% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 180 - color contains mainly: red. Hex color #B46141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46141 is #4B9EBE. Grayscale: #767676. Windows color (decimal): -4955839 or 4284852. OLE color: 4284852.

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

Color convert

RGB1809765-
CMYK00.460.640.29
HSL16.7º46.94%48.04%-
HSV(B)16.7º63.89%70.59%-
XYZ24.0518.637.33-
YUV118.1798172.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.63%
GREEN value IS 97 (38.28% from 255) = 28.36%
BLUE value IS 65 (25.78% from 255) = 19.01%
R=52.63%
G=28.36%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180976500.460.640.2916.746.9448.04
HexB4614102E401D112f30
Octal26414110105610035215760
Binary1011010011000011000001010111010000001110110001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46141; }

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

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

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

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

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

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

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

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