#b96040

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

Shades of Tuscany #B96040

Tints of Tuscany #B96040

Color information

#B96040 (or 0xB96040) is unknown color: approx Tuscany. HEX triplet: B9, 60 and 40. RGB value is (185,96,64). Sum of RGB (Red+Green+Blue) = 185+96+64=345 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.62% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 185 - color contains mainly: red. Hex color #B96040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96040 is #469FBF. Grayscale: #777777. Windows color (decimal): -4628416 or 4219065. OLE color: 4219065.

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

Color convert

RGB1859664-
CMYK00.480.650.27
HSL15.87º48.59%48.82%-
HSV(B)15.87º65.41%72.55%-
XYZ25.1219.057.2-
YUV118.9696.99175.1-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.62%
GREEN value IS 96 (37.89% from 255) = 27.83%
BLUE value IS 64 (25.39% from 255) = 18.55%
R=53.62%
G=27.83%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185966400.480.650.2715.8748.5948.82
HexB96040030411B103131
Octal27114010006010133206161
Binary1011100111000001000000011000010000011101110000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b96040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b96040; }

 p { color: rgb(185,96,64); }

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

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

 a { background-color: rgb(185,96,64); }

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

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

 span { border-color: rgb(185,96,64); }

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