#B16642

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

Shades of Tuscany #B16642

Tints of Tuscany #B16642

Color information

#B16642 (or 0xB16642) is unknown color: approx Tuscany. HEX triplet: B1, 66 and 42. RGB value is (177,102,66). Sum of RGB (Red+Green+Blue) = 177+102+66=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 66 (26.17% from 255 or 19.13% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B16642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16642 is #4E99BD. Grayscale: #787878. Windows color (decimal): -5151166 or 4351665. OLE color: 4351665.

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

Color convert

RGB17710266-
CMYK00.420.630.31
HSL19.46º45.68%47.65%-
HSV(B)19.46º62.71%69.41%-
XYZ23.8719.247.61-
YUV120.3297.35168.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.30%
GREEN value IS 102 (40.23% from 255) = 29.57%
BLUE value IS 66 (26.17% from 255) = 19.13%
R=51.30%
G=29.57%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771026600.420.630.3119.4645.6847.65
HexB1664202A3F1F132e30
Octal2611461020527737235660
Binary101100011100110100001001010101111111111110011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16642; }

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

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

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

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

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

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

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

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