#B1604B

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

Shades of Tuscany #B1604B

Tints of Tuscany #B1604B

Color information

#B1604B (or 0xB1604B) is unknown color: approx Tuscany. HEX triplet: B1, 60 and 4B. RGB value is (177,96,75). Sum of RGB (Red+Green+Blue) = 177+96+75=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B1604B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1604B is #4E9FB4. Grayscale: #757575. Windows color (decimal): -5152693 or 4939953. OLE color: 4939953.

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

Color convert

RGB1779675-
CMYK00.460.580.31
HSL12.35º40.48%49.41%-
HSV(B)12.35º57.63%69.41%-
XYZ23.5818.228.93-
YUV117.82103.84170.21-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.86%
GREEN value IS 96 (37.89% from 255) = 27.59%
BLUE value IS 75 (29.69% from 255) = 21.55%
R=50.86%
G=27.59%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177967500.460.580.3112.3540.4849.41
HexB1604B02E3A1Fc2831
Octal2611401130567237145061
Binary10110001110000010010110101110111010111111100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1604B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1604B; }

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

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

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

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

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

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

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

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