#B46642

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

Shades of Tuscany #B46642

Tints of Tuscany #B46642

Color information

#B46642 (or 0xB46642) is unknown color: approx Tuscany. HEX triplet: B4, 66 and 42. RGB value is (180,102,66). Sum of RGB (Red+Green+Blue) = 180+102+66=348 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.72% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 66 (26.17% from 255 or 18.97% from 348); Max value from RGB is 180 - color contains mainly: red. Hex color #B46642 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46642 is #4B99BD. Grayscale: #797979. Windows color (decimal): -4954558 or 4351668. OLE color: 4351668.

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

Color convert

RGB18010266-
CMYK00.430.630.29
HSL18.95º46.34%48.24%-
HSV(B)18.95º63.33%70.59%-
XYZ24.5619.67.64-
YUV121.2296.84169.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.72%
GREEN value IS 102 (40.23% from 255) = 29.31%
BLUE value IS 66 (26.17% from 255) = 18.97%
R=51.72%
G=29.31%
B=18.97%

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
Decimal1801026600.430.630.2918.9546.3448.24
HexB4664202B3F1D132e30
Octal2641461020537735235660
Binary101101001100110100001001010111111111110110011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46642; }

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

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

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

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

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

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

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

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