#B46948

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

Shades of Tuscany #B46948

Tints of Tuscany #B46948

Color information

#B46948 (or 0xB46948) is unknown color: approx Tuscany. HEX triplet: B4, 69 and 48. RGB value is (180,105,72). Sum of RGB (Red+Green+Blue) = 180+105+72=357 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.42% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 180 - color contains mainly: red. Hex color #B46948 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46948 is #4B96B7. Grayscale: #7B7B7B. Windows color (decimal): -4953784 or 4745652. OLE color: 4745652.

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

Color convert

RGB18010572-
CMYK00.420.600.29
HSL18.33º42.86%49.41%-
HSV(B)18.33º60%70.59%-
XYZ25.0420.278.72-
YUV123.6698.85168.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.42%
GREEN value IS 105 (41.41% from 255) = 29.41%
BLUE value IS 72 (28.52% from 255) = 20.17%
R=50.42%
G=29.41%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801057200.420.600.2918.3342.8649.41
HexB4694802A3C1D122b31
Octal2641511100527435225361
Binary101101001101001100100001010101111001110110010101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46948; }

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

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

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

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

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

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

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

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