Shades of Flame Pea #B4594D
Tints of Flame Pea #B4594D
RGB
CMYK
RGB Variations
Color information
#B4594D (or 0xB4594D) is known color: 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
| RGB | 180 | 89 | 77 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.29 |
| HSL | 6.99º | 0.41% | 0.5% | - |
| HSV(B) | 6.99º | 0.57% | 0.71% | - |
| XYZ | 23.73 | 17.38 | 9.13 | - |
| YUV | 114.84 | 106.65 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 89 | 77 | 0 | 0.51 | 0.57 | 0.29 | 6.99 | 0.41 | 0.5 |
| Hex | B4 | 59 | 4D | 0 | 33 | 39 | 1D | 7 | 29 | 32 |
| Octal | 264 | 131 | 115 | 0 | 63 | 71 | 35 | 7 | 51 | 62 |
| Binary | 10110100 | 1011001 | 1001101 | 0 | 110011 | 111001 | 11101 | 111 | 101001 | 110010 |
Color Harmonies of #B4594D
Complementary color
Monochromatic Colors of #B4594D
Black with #B4594D
Text Example
Text Example
White with #B4594D
Text Example
Text Example
HTML Codes & Css Web 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>