#B96546

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

Shades of Tuscany #B96546

Tints of Tuscany #B96546

Color information

#B96546 (or 0xB96546) is unknown color: approx Tuscany. HEX triplet: B9, 65 and 46. RGB value is (185,101,70). Sum of RGB (Red+Green+Blue) = 185+101+70=356 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.97% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 185 - color contains mainly: red. Hex color #B96546 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96546 is #469AB9. Grayscale: #7A7A7A. Windows color (decimal): -4627130 or 4613561. OLE color: 4613561.

HSL color Cylindrical-coordinate representation of color #B96546: hue angle of 16.17º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B96546 is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB18510170-
CMYK00.450.620.27
HSL16.17º45.1%50%-
HSV(B)16.17º62.16%72.55%-
XYZ25.7720.068.31-
YUV122.5898.33172.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.97%
GREEN value IS 101 (39.84% from 255) = 28.37%
BLUE value IS 70 (27.73% from 255) = 19.66%
R=51.97%
G=28.37%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851017000.450.620.2716.1745.150
HexB9654602D3E1B102d32
Octal2711451060557633205562
Binary101110011100101100011001011011111101101110000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96546; }

 p { color: rgb(185,101,70); }

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

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

 a { background-color: rgb(185,101,70); }

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

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

 span { border-color: rgb(185,101,70); }

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