#B1604C

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

Shades of Tuscany #B1604C

Tints of Tuscany #B1604C

Color information

#B1604C (or 0xB1604C) is unknown color: approx Tuscany. HEX triplet: B1, 60 and 4C. RGB value is (177,96,76). Sum of RGB (Red+Green+Blue) = 177+96+76=349 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.72% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 177 - color contains mainly: red. Hex color #B1604C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1604C is #4E9FB3. Grayscale: #767676. Windows color (decimal): -5152692 or 5005489. OLE color: 5005489.

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

Color convert

RGB1779676-
CMYK00.460.570.31
HSL11.88º39.92%49.61%-
HSV(B)11.88º57.06%69.41%-
XYZ23.6218.239.11-
YUV117.94104.34170.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.72%
GREEN value IS 96 (37.89% from 255) = 27.51%
BLUE value IS 76 (30.08% from 255) = 21.78%
R=50.72%
G=27.51%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177967600.460.570.3111.8839.9249.61
HexB1604C02E391Fc2832
Octal2611401140567137145062
Binary10110001110000010011000101110111001111111100101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1604C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1604C; }

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

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

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

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

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

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

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

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