#B46044

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

Shades of Tuscany #B46044

Tints of Tuscany #B46044

Color information

#B46044 (or 0xB46044) is unknown color: approx Tuscany. HEX triplet: B4, 60 and 44. RGB value is (180,96,68). Sum of RGB (Red+Green+Blue) = 180+96+68=344 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.33% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 68 (26.95% from 255 or 19.77% from 344); Max value from RGB is 180 - color contains mainly: red. Hex color #B46044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46044 is #4B9FBB. Grayscale: #767676. Windows color (decimal): -4956092 or 4481204. OLE color: 4481204.

HSL color Cylindrical-coordinate representation of color #B46044: hue angle of 15º 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 #B46044 is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB1809668-
CMYK00.470.620.29
HSL15º45.16%48.63%-
HSV(B)15º62.22%70.59%-
XYZ24.0518.497.77-
YUV117.9299.83172.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.33%
GREEN value IS 96 (37.89% from 255) = 27.91%
BLUE value IS 68 (26.95% from 255) = 19.77%
R=52.33%
G=27.91%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180966800.470.620.291545.1648.63
HexB4604402F3E1Df2d31
Octal2641401040577635175561
Binary10110100110000010001000101111111110111011111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46044; }

 p { color: rgb(180,96,68); }

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

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

 a { background-color: rgb(180,96,68); }

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

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

 span { border-color: rgb(180,96,68); }

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