#B2593C

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

Shades of Tuscany #B2593C

Tints of Tuscany #B2593C

Color information

#B2593C (or 0xB2593C) is unknown color: approx Tuscany. HEX triplet: B2, 59 and 3C. RGB value is (178,89,60). Sum of RGB (Red+Green+Blue) = 178+89+60=327 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.43% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 60 (23.83% from 255 or 18.35% from 327); Max value from RGB is 178 - color contains mainly: red. Hex color #B2593C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2593C is #4DA6C3. Grayscale: #707070. Windows color (decimal): -5088964 or 3955122. OLE color: 3955122.

HSL color Cylindrical-coordinate representation of color #B2593C: hue angle of 14.75º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B2593C is Cyan = 0, Magento = 0.5, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB1788960-
CMYK00.50.660.30
HSL14.75º49.58%46.67%-
HSV(B)14.75º66.29%69.8%-
XYZ22.7516.946.34-
YUV112.398.49174.86-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.43%
GREEN value IS 89 (35.16% from 255) = 27.22%
BLUE value IS 60 (23.83% from 255) = 18.35%
R=54.43%
G=27.22%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178896000.50.660.3014.7549.5846.67
HexB2593C032421Ef322f
Octal2621317406210236176257
Binary10110010101100111110001100101000010111101111110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2593C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2593C; }

 p { color: rgb(178,89,60); }

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

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

 a { background-color: rgb(178,89,60); }

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

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

 span { border-color: rgb(178,89,60); }

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