#B4624A

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

Shades of Tuscany #B4624A

Tints of Tuscany #B4624A

Color information

#B4624A (or 0xB4624A) is unknown color: approx Tuscany. HEX triplet: B4, 62 and 4A. RGB value is (180,98,74). Sum of RGB (Red+Green+Blue) = 180+98+74=352 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.14% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 74 (29.30% from 255 or 21.02% from 352); Max value from RGB is 180 - color contains mainly: red. Hex color #B4624A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4624A is #4B9DB5. Grayscale: #777777. Windows color (decimal): -4955574 or 4874932. OLE color: 4874932.

HSL color Cylindrical-coordinate representation of color #B4624A: hue angle of 13.58º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B4624A is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB1809874-
CMYK00.460.590.29
HSL13.58º41.73%49.8%-
HSV(B)13.58º58.89%70.59%-
XYZ24.4318.938.85-
YUV119.78102.17170.95-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.14%
GREEN value IS 98 (38.67% from 255) = 27.84%
BLUE value IS 74 (29.30% from 255) = 21.02%
R=51.14%
G=27.84%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180987400.460.590.2913.5841.7349.8
HexB4624A02E3B1De2a32
Octal2641421120567335165262
Binary10110100110001010010100101110111011111011110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4624A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4624A; }

 p { color: rgb(180,98,74); }

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

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

 a { background-color: rgb(180,98,74); }

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

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

 span { border-color: rgb(180,98,74); }

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