#B16844

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

Shades of Tuscany #B16844

Tints of Tuscany #B16844

Color information

#B16844 (or 0xB16844) is unknown color: approx Tuscany. HEX triplet: B1, 68 and 44. RGB value is (177,104,68). Sum of RGB (Red+Green+Blue) = 177+104+68=349 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.72% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 68 (26.95% from 255 or 19.48% from 349); Max value from RGB is 177 - color contains mainly: red. Hex color #B16844 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16844 is #4E97BB. Grayscale: #797979. Windows color (decimal): -5150652 or 4483249. OLE color: 4483249.

HSL color Cylindrical-coordinate representation of color #B16844: hue angle of 19.82º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B16844 is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB17710468-
CMYK00.410.620.31
HSL19.82º44.49%48.04%-
HSV(B)19.82º61.58%69.41%-
XYZ24.1319.677.99-
YUV121.7297.68167.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.72%
GREEN value IS 104 (41.02% from 255) = 29.80%
BLUE value IS 68 (26.95% from 255) = 19.48%
R=50.72%
G=29.80%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771046800.410.620.3119.8244.4948.04
HexB168440293E1F142c30
Octal2611501040517637245460
Binary101100011101000100010001010011111101111110100101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16844; }

 p { color: rgb(177,104,68); }

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

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

 a { background-color: rgb(177,104,68); }

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

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

 span { border-color: rgb(177,104,68); }

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