#B1623A

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

Shades of Tuscany #B1623A

Tints of Tuscany #B1623A

Color information

#B1623A (or 0xB1623A) is unknown color: approx Tuscany. HEX triplet: B1, 62 and 3A. RGB value is (177,98,58). Sum of RGB (Red+Green+Blue) = 177+98+58=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B1623A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1623A is #4E9DC5. Grayscale: #757575. Windows color (decimal): -5152198 or 3826353. OLE color: 3826353.

HSL color Cylindrical-coordinate representation of color #B1623A: hue angle of 20.17º degrees, saturation: 0.51, 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 #B1623A is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB1779858-
CMYK00.450.670.31
HSL20.17º50.64%46.08%-
HSV(B)20.17º67.23%69.41%-
XYZ23.2618.396.33-
YUV117.0694.67170.75-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.15%
GREEN value IS 98 (38.67% from 255) = 29.43%
BLUE value IS 58 (23.05% from 255) = 17.42%
R=53.15%
G=29.43%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177985800.450.670.3120.1750.6446.08
HexB1623A02D431F14332e
Octal2611427205510337246356
Binary101100011100010111010010110110000111111110100110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1623A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1623A; }

 p { color: rgb(177,98,58); }

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

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

 a { background-color: rgb(177,98,58); }

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

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

 span { border-color: rgb(177,98,58); }

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