#B1593D

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

Shades of Tuscany #B1593D

Tints of Tuscany #B1593D

Color information

#B1593D (or 0xB1593D) is unknown color: approx Tuscany. HEX triplet: B1, 59 and 3D. RGB value is (177,89,61). Sum of RGB (Red+Green+Blue) = 177+89+61=327 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.13% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 61 (24.22% from 255 or 18.65% from 327); Max value from RGB is 177 - color contains mainly: red. Hex color #B1593D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1593D is #4EA6C2. Grayscale: #707070. Windows color (decimal): -5154499 or 4020657. OLE color: 4020657.

HSL color Cylindrical-coordinate representation of color #B1593D: hue angle of 14.48º 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 #B1593D is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB1778961-
CMYK00.500.660.31
HSL14.48º48.74%46.67%-
HSV(B)14.48º65.54%69.41%-
XYZ22.5516.836.47-
YUV112.1299.15174.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.13%
GREEN value IS 89 (35.16% from 255) = 27.22%
BLUE value IS 61 (24.22% from 255) = 18.65%
R=54.13%
G=27.22%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177896100.500.660.3114.4848.7446.67
HexB1593D032421Fe312f
Octal2611317506210237166157
Binary10110001101100111110101100101000010111111110110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1593D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1593D; }

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

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

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

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

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

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

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

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