#B96544

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

Shades of Tuscany #B96544

Tints of Tuscany #B96544

Color information

#B96544 (or 0xB96544) is unknown color: approx Tuscany. HEX triplet: B9, 65 and 44. RGB value is (185,101,68). Sum of RGB (Red+Green+Blue) = 185+101+68=354 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.26% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 68 (26.95% from 255 or 19.21% from 354); Max value from RGB is 185 - color contains mainly: red. Hex color #B96544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96544 is #469ABB. Grayscale: #7A7A7A. Windows color (decimal): -4627132 or 4482489. OLE color: 4482489.

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

Color convert

RGB18510168-
CMYK00.450.630.27
HSL16.92º46.25%49.61%-
HSV(B)16.92º63.24%72.55%-
XYZ25.720.047.98-
YUV122.3597.33172.68-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.26%
GREEN value IS 101 (39.84% from 255) = 28.53%
BLUE value IS 68 (26.95% from 255) = 19.21%
R=52.26%
G=28.53%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851016800.450.630.2716.9246.2549.61
HexB9654402D3F1B112e32
Octal2711451040557733215662
Binary101110011100101100010001011011111111101110001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96544; }

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

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

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

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

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

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

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

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