#B4594C

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

Shades of Flame Pea #B4594C

Tints of Flame Pea #B4594C

Color information

#B4594C (or 0xB4594C) is unknown color: approx Flame Pea. HEX triplet: B4, 59 and 4C. RGB value is (180,89,76). Sum of RGB (Red+Green+Blue) = 180+89+76=345 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.17% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 180 - color contains mainly: red. Hex color #B4594C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4594C is #4BA6B3. Grayscale: #727272. Windows color (decimal): -4957876 or 5003700. OLE color: 5003700.

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

Color convert

RGB1808976-
CMYK00.510.580.29
HSL7.5º40.94%50.2%-
HSV(B)7.5º57.78%70.59%-
XYZ23.717.378.94-
YUV114.73106.15174.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.17%
GREEN value IS 89 (35.16% from 255) = 25.80%
BLUE value IS 76 (30.08% from 255) = 22.03%
R=52.17%
G=25.80%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180897600.510.580.297.540.9450.2
HexB4594C0333A1D82932
Octal2641311140637235105162
Binary10110100101100110011000110011111010111011000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4594C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4594C; }

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

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

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

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

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

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

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

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