#B96740

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

Shades of Tuscany #B96740

Tints of Tuscany #B96740

Color information

#B96740 (or 0xB96740) is unknown color: approx Tuscany. HEX triplet: B9, 67 and 40. RGB value is (185,103,64). Sum of RGB (Red+Green+Blue) = 185+103+64=352 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.56% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 185 - color contains mainly: red. Hex color #B96740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96740 is #4698BF. Grayscale: #7B7B7B. Windows color (decimal): -4626624 or 4220857. OLE color: 4220857.

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

Color convert

RGB18510364-
CMYK00.440.650.27
HSL19.34º48.59%48.82%-
HSV(B)19.34º65.41%72.55%-
XYZ25.7820.387.43-
YUV123.0794.67172.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.56%
GREEN value IS 103 (40.62% from 255) = 29.26%
BLUE value IS 64 (25.39% from 255) = 18.18%
R=52.56%
G=29.26%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851036400.440.650.2719.3448.5948.82
HexB9674002C411B133131
Octal27114710005410133236161
Binary1011100111001111000000010110010000011101110011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96740; }

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

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

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

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

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

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

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

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