#B96747

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

Shades of Tuscany #B96747

Tints of Tuscany #B96747

Color information

#B96747 (or 0xB96747) is unknown color: approx Tuscany. HEX triplet: B9, 67 and 47. RGB value is (185,103,71). Sum of RGB (Red+Green+Blue) = 185+103+71=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 71 (28.12% from 255 or 19.78% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B96747 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96747 is #4698B8. Grayscale: #7C7C7C. Windows color (decimal): -4626617 or 4679609. OLE color: 4679609.

HSL color Cylindrical-coordinate representation of color #B96747: hue angle of 16.84º 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 #B96747 is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB18510371-
CMYK00.440.620.27
HSL16.84º44.88%50.2%-
HSV(B)16.84º61.62%72.55%-
XYZ2620.478.54-
YUV123.8798.17171.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.53%
GREEN value IS 103 (40.62% from 255) = 28.69%
BLUE value IS 71 (28.12% from 255) = 19.78%
R=51.53%
G=28.69%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851037100.440.620.2716.8444.8850.2
HexB9674702C3E1B112d32
Octal2711471070547633215562
Binary101110011100111100011101011001111101101110001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96747; }

 p { color: rgb(185,103,71); }

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

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

 a { background-color: rgb(185,103,71); }

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

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

 span { border-color: rgb(185,103,71); }

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