#B46248

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

Shades of Tuscany #B46248

Tints of Tuscany #B46248

Color information

#B46248 (or 0xB46248) is unknown color: approx Tuscany. HEX triplet: B4, 62 and 48. RGB value is (180,98,72). Sum of RGB (Red+Green+Blue) = 180+98+72=350 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.43% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 72 (28.52% from 255 or 20.57% from 350); Max value from RGB is 180 - color contains mainly: red. Hex color #B46248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46248 is #4B9DB7. Grayscale: #777777. Windows color (decimal): -4955576 or 4743860. OLE color: 4743860.

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

Color convert

RGB1809872-
CMYK00.460.600.29
HSL14.44º42.86%49.41%-
HSV(B)14.44º60%70.59%-
XYZ24.3618.918.5-
YUV119.55101.17171.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.43%
GREEN value IS 98 (38.67% from 255) = 28%
BLUE value IS 72 (28.52% from 255) = 20.57%
R=51.43%
G=28%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180987200.460.600.2914.4442.8649.41
HexB4624802E3C1De2b31
Octal2641421100567435165361
Binary10110100110001010010000101110111100111011110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46248; }

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

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

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

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

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

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

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

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