#B96343

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

Shades of Tuscany #B96343

Tints of Tuscany #B96343

Color information

#B96343 (or 0xB96343) is unknown color: approx Tuscany. HEX triplet: B9, 63 and 43. RGB value is (185,99,67). Sum of RGB (Red+Green+Blue) = 185+99+67=351 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.71% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 67 (26.56% from 255 or 19.09% from 351); Max value from RGB is 185 - color contains mainly: red. Hex color #B96343 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96343 is #469CBC. Grayscale: #797979. Windows color (decimal): -4627645 or 4416441. OLE color: 4416441.

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

Color convert

RGB1859967-
CMYK00.460.640.27
HSL16.27º46.83%49.41%-
HSV(B)16.27º63.78%72.55%-
XYZ25.4819.647.76-
YUV121.0797.49173.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.71%
GREEN value IS 99 (39.06% from 255) = 28.21%
BLUE value IS 67 (26.56% from 255) = 19.09%
R=52.71%
G=28.21%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185996700.460.640.2716.2746.8349.41
HexB9634302E401B102f31
Octal27114310305610033205761
Binary1011100111000111000011010111010000001101110000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96343; }

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

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

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

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

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

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

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

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