#B16644

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

Shades of Tuscany #B16644

Tints of Tuscany #B16644

Color information

#B16644 (or 0xB16644) is unknown color: approx Tuscany. HEX triplet: B1, 66 and 44. RGB value is (177,102,68). Sum of RGB (Red+Green+Blue) = 177+102+68=347 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.01% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 68 (26.95% from 255 or 19.60% from 347); Max value from RGB is 177 - color contains mainly: red. Hex color #B16644 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16644 is #4E99BB. Grayscale: #787878. Windows color (decimal): -5151164 or 4482737. OLE color: 4482737.

HSL color Cylindrical-coordinate representation of color #B16644: hue angle of 18.72º 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 #B16644 is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB17710268-
CMYK00.420.620.31
HSL18.72º44.49%48.04%-
HSV(B)18.72º61.58%69.41%-
XYZ23.9319.277.93-
YUV120.5598.35168.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.01%
GREEN value IS 102 (40.23% from 255) = 29.39%
BLUE value IS 68 (26.95% from 255) = 19.60%
R=51.01%
G=29.39%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771026800.420.620.3118.7244.4948.04
HexB1664402A3E1F132c30
Octal2611461040527637235460
Binary101100011100110100010001010101111101111110011101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16644; }

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

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

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

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

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

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

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

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