#B46345

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

Shades of Tuscany #B46345

Tints of Tuscany #B46345

Color information

#B46345 (or 0xB46345) is unknown color: approx Tuscany. HEX triplet: B4, 63 and 45. RGB value is (180,99,69). Sum of RGB (Red+Green+Blue) = 180+99+69=348 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.72% from 348); Green value is 99 (39.06% from 255 or 28.45% from 348); Blue value is 69 (27.34% from 255 or 19.83% from 348); Max value from RGB is 180 - color contains mainly: red. Hex color #B46345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46345 is #4B9CBA. Grayscale: #787878. Windows color (decimal): -4955323 or 4547508. OLE color: 4547508.

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

Color convert

RGB1809969-
CMYK00.450.620.29
HSL16.22º44.58%48.82%-
HSV(B)16.22º61.67%70.59%-
XYZ24.3619.068.02-
YUV119.899.34170.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.72%
GREEN value IS 99 (39.06% from 255) = 28.45%
BLUE value IS 69 (27.34% from 255) = 19.83%
R=51.72%
G=28.45%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180996900.450.620.2916.2244.5848.82
HexB4634502D3E1D102d31
Octal2641431050557635205561
Binary101101001100011100010101011011111101110110000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46345; }

 p { color: rgb(180,99,69); }

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

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

 a { background-color: rgb(180,99,69); }

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

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

 span { border-color: rgb(180,99,69); }

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