#B1613E

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

Shades of Tuscany #B1613E

Tints of Tuscany #B1613E

Color information

#B1613E (or 0xB1613E) is unknown color: approx Tuscany. HEX triplet: B1, 61 and 3E. RGB value is (177,97,62). Sum of RGB (Red+Green+Blue) = 177+97+62=336 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.68% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 62 (24.61% from 255 or 18.45% from 336); Max value from RGB is 177 - color contains mainly: red. Hex color #B1613E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1613E is #4E9EC1. Grayscale: #757575. Windows color (decimal): -5152450 or 4088241. OLE color: 4088241.

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

Color convert

RGB1779762-
CMYK00.450.650.31
HSL18.26º48.12%46.86%-
HSV(B)18.26º64.97%69.41%-
XYZ23.2818.246.85-
YUV116.9397170.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.68%
GREEN value IS 97 (38.28% from 255) = 28.87%
BLUE value IS 62 (24.61% from 255) = 18.45%
R=52.68%
G=28.87%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177976200.450.650.3118.2648.1246.86
HexB1613E02D411F12302f
Octal2611417605510137226057
Binary101100011100001111110010110110000011111110010110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1613E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1613E; }

 p { color: rgb(177,97,62); }

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

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

 a { background-color: rgb(177,97,62); }

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

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

 span { border-color: rgb(177,97,62); }

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