#B1573F

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

Shades of Tuscany #B1573F

Tints of Tuscany #B1573F

Color information

#B1573F (or 0xB1573F) is unknown color: approx Tuscany. HEX triplet: B1, 57 and 3F. RGB value is (177,87,63). Sum of RGB (Red+Green+Blue) = 177+87+63=327 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.13% from 327); Green value is 87 (34.38% from 255 or 26.61% from 327); Blue value is 63 (25% from 255 or 19.27% from 327); Max value from RGB is 177 - color contains mainly: red. Hex color #B1573F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1573F is #4EA8C0. Grayscale: #6F6F6F. Windows color (decimal): -5155009 or 4151217. OLE color: 4151217.

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

Color convert

RGB1778763-
CMYK00.510.640.31
HSL12.63º47.5%47.06%-
HSV(B)12.63º64.41%69.41%-
XYZ22.4416.526.71-
YUV111.17100.82174.95-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.13%
GREEN value IS 87 (34.38% from 255) = 26.61%
BLUE value IS 63 (25% from 255) = 19.27%
R=54.13%
G=26.61%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177876300.510.640.3112.6347.547.06
HexB1573F033401Fd302f
Octal2611277706310037156057
Binary10110001101011111111101100111000000111111101110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1573F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1573F; }

 p { color: rgb(177,87,63); }

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

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

 a { background-color: rgb(177,87,63); }

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

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

 span { border-color: rgb(177,87,63); }

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