#B96949

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

Shades of Tuscany #B96949

Tints of Tuscany #B96949

Color information

#B96949 (or 0xB96949) is unknown color: approx Tuscany. HEX triplet: B9, 69 and 49. RGB value is (185,105,73). Sum of RGB (Red+Green+Blue) = 185+105+73=363 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.96% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 185 - color contains mainly: red. Hex color #B96949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96949 is #4696B6. Grayscale: #7D7D7D. Windows color (decimal): -4626103 or 4811193. OLE color: 4811193.

HSL color Cylindrical-coordinate representation of color #B96949: hue angle of 17.14º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B96949 is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB18510573-
CMYK00.430.610.27
HSL17.14º44.44%50.59%-
HSV(B)17.14º60.54%72.55%-
XYZ26.2620.98.95-
YUV125.2798.5170.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.96%
GREEN value IS 105 (41.41% from 255) = 28.93%
BLUE value IS 73 (28.91% from 255) = 20.11%
R=50.96%
G=28.93%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851057300.430.610.2717.1444.4450.59
HexB9694902B3D1B112c33
Octal2711511110537533215463
Binary101110011101001100100101010111111011101110001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96949; }

 p { color: rgb(185,105,73); }

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

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

 a { background-color: rgb(185,105,73); }

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

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

 span { border-color: rgb(185,105,73); }

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