#B46843

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

Shades of Tuscany #B46843

Tints of Tuscany #B46843

Color information

#B46843 (or 0xB46843) is unknown color: approx Tuscany. HEX triplet: B4, 68 and 43. RGB value is (180,104,67). Sum of RGB (Red+Green+Blue) = 180+104+67=351 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.28% from 351); Green value is 104 (41.02% from 255 or 29.63% from 351); Blue value is 67 (26.56% from 255 or 19.09% from 351); Max value from RGB is 180 - color contains mainly: red. Hex color #B46843 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46843 is #4B97BC. Grayscale: #7A7A7A. Windows color (decimal): -4954045 or 4417716. OLE color: 4417716.

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

Color convert

RGB18010467-
CMYK00.420.630.29
HSL19.65º45.75%48.43%-
HSV(B)19.65º62.78%70.59%-
XYZ24.7920.017.87-
YUV122.5196.68169.01-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.28%
GREEN value IS 104 (41.02% from 255) = 29.63%
BLUE value IS 67 (26.56% from 255) = 19.09%
R=51.28%
G=29.63%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801046700.420.630.2919.6545.7548.43
HexB4684302A3F1D142e30
Octal2641501030527735245660
Binary101101001101000100001101010101111111110110100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46843; }

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

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

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

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

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

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

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

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