#B1603B

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

Shades of Tuscany #B1603B

Tints of Tuscany #B1603B

Color information

#B1603B (or 0xB1603B) is unknown color: approx Tuscany. HEX triplet: B1, 60 and 3B. RGB value is (177,96,59). Sum of RGB (Red+Green+Blue) = 177+96+59=332 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.31% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 59 (23.44% from 255 or 17.77% from 332); Max value from RGB is 177 - color contains mainly: red. Hex color #B1603B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1603B is #4E9FC4. Grayscale: #747474. Windows color (decimal): -5152709 or 3891377. OLE color: 3891377.

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

Color convert

RGB1779659-
CMYK00.460.670.31
HSL18.81º50%46.27%-
HSV(B)18.81º66.67%69.41%-
XYZ23.118.036.4-
YUV11695.84171.51-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.31%
GREEN value IS 96 (37.89% from 255) = 28.92%
BLUE value IS 59 (23.44% from 255) = 17.77%
R=53.31%
G=28.92%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177965900.460.670.3118.815046.27
HexB1603B02E431F13322e
Octal2611407305610337236256
Binary101100011100000111011010111010000111111110011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1603B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1603B; }

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

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

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

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

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

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

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

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