#B46748

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

Shades of Tuscany #B46748

Tints of Tuscany #B46748

Color information

#B46748 (or 0xB46748) is unknown color: approx Tuscany. HEX triplet: B4, 67 and 48. RGB value is (180,103,72). Sum of RGB (Red+Green+Blue) = 180+103+72=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B46748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46748 is #4B98B7. Grayscale: #7A7A7A. Windows color (decimal): -4954296 or 4745140. OLE color: 4745140.

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

Color convert

RGB18010372-
CMYK00.430.600.29
HSL17.22º42.86%49.41%-
HSV(B)17.22º60%70.59%-
XYZ24.8419.878.66-
YUV122.4999.51169.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.70%
GREEN value IS 103 (40.62% from 255) = 29.01%
BLUE value IS 72 (28.52% from 255) = 20.28%
R=50.70%
G=29.01%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801037200.430.600.2917.2242.8649.41
HexB4674802B3C1D112b31
Octal2641471100537435215361
Binary101101001100111100100001010111111001110110001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46748; }

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

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

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

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

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

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

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

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