#B4593D

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

Shades of Tuscany #B4593D

Tints of Tuscany #B4593D

Color information

#B4593D (or 0xB4593D) is unknown color: approx Tuscany. HEX triplet: B4, 59 and 3D. RGB value is (180,89,61). Sum of RGB (Red+Green+Blue) = 180+89+61=330 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.55% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 180 - color contains mainly: red. Hex color #B4593D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4593D is #4BA6C2. Grayscale: #717171. Windows color (decimal): -4957891 or 4020660. OLE color: 4020660.

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

Color convert

RGB1808961-
CMYK00.510.660.29
HSL14.12º49.38%47.25%-
HSV(B)14.12º66.11%70.59%-
XYZ23.2417.186.51-
YUV113.0298.65175.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.55%
GREEN value IS 89 (35.16% from 255) = 26.97%
BLUE value IS 61 (24.22% from 255) = 18.48%
R=54.55%
G=26.97%
B=18.48%

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
Decimal180896100.510.660.2914.1249.3847.25
HexB4593D033421De312f
Octal2641317506310235166157
Binary10110100101100111110101100111000010111011110110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4593D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4593D; }

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

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

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

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

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

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

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

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