#B96743

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

Shades of Tuscany #B96743

Tints of Tuscany #B96743

Color information

#B96743 (or 0xB96743) is unknown color: approx Tuscany. HEX triplet: B9, 67 and 43. RGB value is (185,103,67). Sum of RGB (Red+Green+Blue) = 185+103+67=355 (47% of max value = 765). Red value is 185 (72.66% from 255 or 52.11% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 67 (26.56% from 255 or 18.87% from 355); Max value from RGB is 185 - color contains mainly: red. Hex color #B96743 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96743 is #4698BC. Grayscale: #7B7B7B. Windows color (decimal): -4626621 or 4417465. OLE color: 4417465.

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

Color convert

RGB18510367-
CMYK00.440.640.27
HSL18.31º46.83%49.41%-
HSV(B)18.31º63.78%72.55%-
XYZ25.8720.427.89-
YUV123.4196.17171.93-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.11%
GREEN value IS 103 (40.62% from 255) = 29.01%
BLUE value IS 67 (26.56% from 255) = 18.87%
R=52.11%
G=29.01%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851036700.440.640.2718.3146.8349.41
HexB9674302C401B122f31
Octal27114710305410033225761
Binary1011100111001111000011010110010000001101110010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96743; }

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

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

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

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

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

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

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

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