#B16048

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

Shades of Tuscany #B16048

Tints of Tuscany #B16048

Color information

#B16048 (or 0xB16048) is unknown color: approx Tuscany. HEX triplet: B1, 60 and 48. RGB value is (177,96,72). Sum of RGB (Red+Green+Blue) = 177+96+72=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B16048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16048 is #4E9FB7. Grayscale: #757575. Windows color (decimal): -5152696 or 4743345. OLE color: 4743345.

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

Color convert

RGB1779672-
CMYK00.460.590.31
HSL13.71º42.17%48.82%-
HSV(B)13.71º59.32%69.41%-
XYZ23.4818.188.4-
YUV117.48102.34170.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.30%
GREEN value IS 96 (37.89% from 255) = 27.83%
BLUE value IS 72 (28.52% from 255) = 20.87%
R=51.30%
G=27.83%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177967200.460.590.3113.7142.1748.82
HexB1604802E3B1Fe2a31
Octal2611401100567337165261
Binary10110001110000010010000101110111011111111110101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16048; }

 p { color: rgb(177,96,72); }

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

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

 a { background-color: rgb(177,96,72); }

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

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

 span { border-color: rgb(177,96,72); }

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