#B1603D

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

Shades of Tuscany #B1603D

Tints of Tuscany #B1603D

Color information

#B1603D (or 0xB1603D) is unknown color: approx Tuscany. HEX triplet: B1, 60 and 3D. RGB value is (177,96,61). Sum of RGB (Red+Green+Blue) = 177+96+61=334 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.99% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 177 - color contains mainly: red. Hex color #B1603D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1603D is #4E9FC2. Grayscale: #747474. Windows color (decimal): -5152707 or 4022449. OLE color: 4022449.

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

Color convert

RGB1779661-
CMYK00.460.660.31
HSL18.1º48.74%46.67%-
HSV(B)18.1º65.54%69.41%-
XYZ23.1618.056.68-
YUV116.2396.84171.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.99%
GREEN value IS 96 (37.89% from 255) = 28.74%
BLUE value IS 61 (24.22% from 255) = 18.26%
R=52.99%
G=28.74%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177966100.460.660.3118.148.7446.67
HexB1603D02E421F12312f
Octal2611407505610237226157
Binary101100011100000111101010111010000101111110010110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1603D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1603D; }

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

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

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

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

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

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

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

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