#B16144

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

Shades of Tuscany #B16144

Tints of Tuscany #B16144

Color information

#B16144 (or 0xB16144) is unknown color: approx Tuscany. HEX triplet: B1, 61 and 44. RGB value is (177,97,68). Sum of RGB (Red+Green+Blue) = 177+97+68=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 68 (26.95% from 255 or 19.88% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B16144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16144 is #4E9EBB. Grayscale: #757575. Windows color (decimal): -5152444 or 4481457. OLE color: 4481457.

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

Color convert

RGB1779768-
CMYK00.450.620.31
HSL15.96º44.49%48.04%-
HSV(B)15.96º61.58%69.41%-
XYZ23.4518.317.77-
YUV117.61100170.36-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.75%
GREEN value IS 97 (38.28% from 255) = 28.36%
BLUE value IS 68 (26.95% from 255) = 19.88%
R=51.75%
G=28.36%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177976800.450.620.3115.9644.4948.04
HexB1614402D3E1F102c30
Octal2611411040557637205460
Binary101100011100001100010001011011111101111110000101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16144; }

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

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

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

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

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

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

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

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