#B16145

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

Shades of Tuscany #B16145

Tints of Tuscany #B16145

Color information

#B16145 (or 0xB16145) is unknown color: approx Tuscany. HEX triplet: B1, 61 and 45. RGB value is (177,97,69). Sum of RGB (Red+Green+Blue) = 177+97+69=343 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.60% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 177 - color contains mainly: red. Hex color #B16145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16145 is #4E9EBA. Grayscale: #757575. Windows color (decimal): -5152443 or 4546993. OLE color: 4546993.

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

Color convert

RGB1779769-
CMYK00.450.610.31
HSL15.56º43.9%48.24%-
HSV(B)15.56º61.02%69.41%-
XYZ23.4818.337.93-
YUV117.73100.5170.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.60%
GREEN value IS 97 (38.28% from 255) = 28.28%
BLUE value IS 69 (27.34% from 255) = 20.12%
R=51.60%
G=28.28%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177976900.450.610.3115.5643.948.24
HexB1614502D3D1F102c30
Octal2611411050557537205460
Binary101100011100001100010101011011111011111110000101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16145; }

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

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

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

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

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

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

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

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