#B46548

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

Shades of Tuscany #B46548

Tints of Tuscany #B46548

Color information

#B46548 (or 0xB46548) is unknown color: approx Tuscany. HEX triplet: B4, 65 and 48. RGB value is (180,101,72). Sum of RGB (Red+Green+Blue) = 180+101+72=353 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.99% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 180 - color contains mainly: red. Hex color #B46548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46548 is #4B9AB7. Grayscale: #797979. Windows color (decimal): -4954808 or 4744628. OLE color: 4744628.

HSL color Cylindrical-coordinate representation of color #B46548: hue angle of 16.11º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B46548 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB18010172-
CMYK00.440.600.29
HSL16.11º42.86%49.41%-
HSV(B)16.11º60%70.59%-
XYZ24.6519.488.59-
YUV121.32100.17169.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.99%
GREEN value IS 101 (39.84% from 255) = 28.61%
BLUE value IS 72 (28.52% from 255) = 20.40%
R=50.99%
G=28.61%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801017200.440.600.2916.1142.8649.41
HexB4654802C3C1D102b31
Octal2641451100547435205361
Binary101101001100101100100001011001111001110110000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46548; }

 p { color: rgb(180,101,72); }

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

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

 a { background-color: rgb(180,101,72); }

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

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

 span { border-color: rgb(180,101,72); }

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