#B96643

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

Shades of Tuscany #B96643

Tints of Tuscany #B96643

Color information

#B96643 (or 0xB96643) is unknown color: approx Tuscany. HEX triplet: B9, 66 and 43. RGB value is (185,102,67). Sum of RGB (Red+Green+Blue) = 185+102+67=354 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.26% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 67 (26.56% from 255 or 18.93% from 354); Max value from RGB is 185 - color contains mainly: red. Hex color #B96643 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96643 is #4699BC. Grayscale: #7B7B7B. Windows color (decimal): -4626877 or 4417209. OLE color: 4417209.

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

Color convert

RGB18510267-
CMYK00.450.640.27
HSL17.8º46.83%49.41%-
HSV(B)17.8º63.78%72.55%-
XYZ25.7720.227.86-
YUV122.8396.5172.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.26%
GREEN value IS 102 (40.23% from 255) = 28.81%
BLUE value IS 67 (26.56% from 255) = 18.93%
R=52.26%
G=28.81%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851026700.450.640.2717.846.8349.41
HexB9664302D401B122f31
Octal27114610305510033225761
Binary1011100111001101000011010110110000001101110010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96643; }

 p { color: rgb(185,102,67); }

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

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

 a { background-color: rgb(185,102,67); }

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

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

 span { border-color: rgb(185,102,67); }

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