#B46048

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

Shades of Tuscany #B46048

Tints of Tuscany #B46048

Color information

#B46048 (or 0xB46048) is unknown color: approx Tuscany. HEX triplet: B4, 60 and 48. RGB value is (180,96,72). Sum of RGB (Red+Green+Blue) = 180+96+72=348 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.72% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 72 (28.52% from 255 or 20.69% from 348); Max value from RGB is 180 - color contains mainly: red. Hex color #B46048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46048 is #4B9FB7. Grayscale: #767676. Windows color (decimal): -4956088 or 4743348. OLE color: 4743348.

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

Color convert

RGB1809672-
CMYK00.470.600.29
HSL13.33º42.86%49.41%-
HSV(B)13.33º60%70.59%-
XYZ24.1718.548.43-
YUV118.38101.83171.95-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.72%
GREEN value IS 96 (37.89% from 255) = 27.59%
BLUE value IS 72 (28.52% from 255) = 20.69%
R=51.72%
G=27.59%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180967200.470.600.2913.3342.8649.41
HexB4604802F3C1Dd2b31
Octal2641401100577435155361
Binary10110100110000010010000101111111100111011101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46048; }

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

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

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

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

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

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

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

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