#B46243

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

Shades of Tuscany #B46243

Tints of Tuscany #B46243

Color information

#B46243 (or 0xB46243) is unknown color: approx Tuscany. HEX triplet: B4, 62 and 43. RGB value is (180,98,67). Sum of RGB (Red+Green+Blue) = 180+98+67=345 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.17% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 67 (26.56% from 255 or 19.42% from 345); Max value from RGB is 180 - color contains mainly: red. Hex color #B46243 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46243 is #4B9DBC. Grayscale: #777777. Windows color (decimal): -4955581 or 4416180. OLE color: 4416180.

HSL color Cylindrical-coordinate representation of color #B46243: hue angle of 16.46º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B46243 is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB1809867-
CMYK00.460.630.29
HSL16.46º45.75%48.43%-
HSV(B)16.46º62.78%70.59%-
XYZ24.218.847.67-
YUV118.9898.67171.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.17%
GREEN value IS 98 (38.67% from 255) = 28.41%
BLUE value IS 67 (26.56% from 255) = 19.42%
R=52.17%
G=28.41%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180986700.460.630.2916.4645.7548.43
HexB4624302E3F1D102e30
Octal2641421030567735205660
Binary101101001100010100001101011101111111110110000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46243; }

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

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

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

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

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

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

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

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