#B4593E

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

Shades of Tuscany #B4593E

Tints of Tuscany #B4593E

Color information

#B4593E (or 0xB4593E) is unknown color: approx Tuscany. HEX triplet: B4, 59 and 3E. RGB value is (180,89,62). Sum of RGB (Red+Green+Blue) = 180+89+62=331 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.38% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 62 (24.61% from 255 or 18.73% from 331); Max value from RGB is 180 - color contains mainly: red. Hex color #B4593E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4593E is #4BA6C1. Grayscale: #717171. Windows color (decimal): -4957890 or 4086196. OLE color: 4086196.

HSL color Cylindrical-coordinate representation of color #B4593E: hue angle of 13.73º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B4593E is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB1808962-
CMYK00.510.660.29
HSL13.73º48.76%47.45%-
HSV(B)13.73º65.56%70.59%-
XYZ23.2617.26.65-
YUV113.1399.15175.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.38%
GREEN value IS 89 (35.16% from 255) = 26.89%
BLUE value IS 62 (24.61% from 255) = 18.73%
R=54.38%
G=26.89%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180896200.510.660.2913.7348.7647.45
HexB4593E033421De312f
Octal2641317606310235166157
Binary10110100101100111111001100111000010111011110110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4593E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4593E; }

 p { color: rgb(180,89,62); }

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

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

 a { background-color: rgb(180,89,62); }

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

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

 span { border-color: rgb(180,89,62); }

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