#B46447

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

Shades of Tuscany #B46447

Tints of Tuscany #B46447

Color information

#B46447 (or 0xB46447) is unknown color: approx Tuscany. HEX triplet: B4, 64 and 47. RGB value is (180,100,71). Sum of RGB (Red+Green+Blue) = 180+100+71=351 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.28% from 351); Green value is 100 (39.45% from 255 or 28.49% from 351); Blue value is 71 (28.12% from 255 or 20.23% from 351); Max value from RGB is 180 - color contains mainly: red. Hex color #B46447 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46447 is #4B9BB8. Grayscale: #787878. Windows color (decimal): -4955065 or 4678836. OLE color: 4678836.

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

Color convert

RGB18010071-
CMYK00.440.610.29
HSL15.96º43.43%49.22%-
HSV(B)15.96º60.56%70.59%-
XYZ24.5219.278.39-
YUV120.61100170.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.28%
GREEN value IS 100 (39.45% from 255) = 28.49%
BLUE value IS 71 (28.12% from 255) = 20.23%
R=51.28%
G=28.49%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801007100.440.610.2915.9643.4349.22
HexB4644702C3D1D102b31
Octal2641441070547535205361
Binary101101001100100100011101011001111011110110000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46447; }

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

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

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

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

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

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

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

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