#B46641

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

Shades of Tuscany #B46641

Tints of Tuscany #B46641

Color information

#B46641 (or 0xB46641) is unknown color: approx Tuscany. HEX triplet: B4, 66 and 41. RGB value is (180,102,65). Sum of RGB (Red+Green+Blue) = 180+102+65=347 (45% of max value = 765). Red value is 180 (70.70% from 255 or 51.87% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 180 - color contains mainly: red. Hex color #B46641 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46641 is #4B99BE. Grayscale: #797979. Windows color (decimal): -4954559 or 4286132. OLE color: 4286132.

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

Color convert

RGB18010265-
CMYK00.430.640.29
HSL19.3º46.94%48.04%-
HSV(B)19.3º63.89%70.59%-
XYZ24.5319.597.49-
YUV121.196.34170.01-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.87%
GREEN value IS 102 (40.23% from 255) = 29.39%
BLUE value IS 65 (25.78% from 255) = 18.73%
R=51.87%
G=29.39%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801026500.430.640.2919.346.9448.04
HexB4664102B401D132f30
Octal26414610105310035235760
Binary1011010011001101000001010101110000001110110011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46641; }

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

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

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

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

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

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

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

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