#B4594D

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

Shades of Flame Pea #B4594D

Tints of Flame Pea #B4594D

Color information

#B4594D (or 0xB4594D) is unknown color: approx Flame Pea. HEX triplet: B4, 59 and 4D. RGB value is (180,89,77). Sum of RGB (Red+Green+Blue) = 180+89+77=346 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.02% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 180 - color contains mainly: red. Hex color #B4594D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4594D is #4BA6B2. Grayscale: #727272. Windows color (decimal): -4957875 or 5069236. OLE color: 5069236.

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

Color convert

RGB1808977-
CMYK00.510.570.29
HSL6.99º40.71%50.39%-
HSV(B)6.99º57.22%70.59%-
XYZ23.7317.389.13-
YUV114.84106.65174.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.02%
GREEN value IS 89 (35.16% from 255) = 25.72%
BLUE value IS 77 (30.47% from 255) = 22.25%
R=52.02%
G=25.72%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180897700.510.570.296.9940.7150.39
HexB4594D033391D72932
Octal264131115063713575162
Binary1011010010110011001101011001111100111101111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4594D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4594D; }

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

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

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

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

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

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

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

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