#B46643

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

Shades of Tuscany #B46643

Tints of Tuscany #B46643

Color information

#B46643 (or 0xB46643) is unknown color: approx Tuscany. HEX triplet: B4, 66 and 43. RGB value is (180,102,67). Sum of RGB (Red+Green+Blue) = 180+102+67=349 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.58% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 67 (26.56% from 255 or 19.20% from 349); Max value from RGB is 180 - color contains mainly: red. Hex color #B46643 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46643 is #4B99BC. Grayscale: #797979. Windows color (decimal): -4954557 or 4417204. OLE color: 4417204.

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

Color convert

RGB18010267-
CMYK00.430.630.29
HSL18.58º45.75%48.43%-
HSV(B)18.58º62.78%70.59%-
XYZ24.5919.617.8-
YUV121.3397.34169.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.58%
GREEN value IS 102 (40.23% from 255) = 29.23%
BLUE value IS 67 (26.56% from 255) = 19.20%
R=51.58%
G=29.23%
B=19.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801026700.430.630.2918.5845.7548.43
HexB4664302B3F1D132e30
Octal2641461030537735235660
Binary101101001100110100001101010111111111110110011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46643; }

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

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

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

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

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

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

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

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