#B96140

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

Shades of Tuscany #B96140

Tints of Tuscany #B96140

Color information

#B96140 (or 0xB96140) is unknown color: approx Tuscany. HEX triplet: B9, 61 and 40. RGB value is (185,97,64). Sum of RGB (Red+Green+Blue) = 185+97+64=346 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.47% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 185 - color contains mainly: red. Hex color #B96140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96140 is #469EBF. Grayscale: #777777. Windows color (decimal): -4628160 or 4219321. OLE color: 4219321.

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

Color convert

RGB1859764-
CMYK00.480.650.27
HSL16.36º48.59%48.82%-
HSV(B)16.36º65.41%72.55%-
XYZ25.2119.237.23-
YUV119.5596.65174.68-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.47%
GREEN value IS 97 (38.28% from 255) = 28.03%
BLUE value IS 64 (25.39% from 255) = 18.50%
R=53.47%
G=28.03%
B=18.50%

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
Decimal185976400.480.650.2716.3648.5948.82
HexB96140030411B103131
Octal27114110006010133206161
Binary1011100111000011000000011000010000011101110000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96140; }

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

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

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

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

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

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

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

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