#B46440

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

Shades of Tuscany #B46440

Tints of Tuscany #B46440

Color information

#B46440 (or 0xB46440) is unknown color: approx Tuscany. HEX triplet: B4, 64 and 40. RGB value is (180,100,64). Sum of RGB (Red+Green+Blue) = 180+100+64=344 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.33% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 180 - color contains mainly: red. Hex color #B46440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46440 is #4B9BBF. Grayscale: #787878. Windows color (decimal): -4955072 or 4220084. OLE color: 4220084.

HSL color Cylindrical-coordinate representation of color #B46440: hue angle of 18.62º degrees, saturation: 0.48, 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 #B46440 is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB18010064-
CMYK00.440.640.29
HSL18.62º47.54%47.84%-
HSV(B)18.62º64.44%70.59%-
XYZ24.319.197.27-
YUV119.8296.5170.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.33%
GREEN value IS 100 (39.45% from 255) = 29.07%
BLUE value IS 64 (25.39% from 255) = 18.60%
R=52.33%
G=29.07%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801006400.440.640.2918.6247.5447.84
HexB4644002C401D133030
Octal26414410005410035236060
Binary1011010011001001000000010110010000001110110011110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46440; }

 p { color: rgb(180,100,64); }

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

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

 a { background-color: rgb(180,100,64); }

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

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

 span { border-color: rgb(180,100,64); }

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