Shades of Flame Pea #B4584A
Tints of Flame Pea #B4584A
RGB
CMYK
RGB Variations
Color information
#B4584A (or 0xB4584A) is known color: Flame Pea. HEX triplet: B4, 58 and 4A. RGB value is (180,88,74). Sum of RGB (Red+Green+Blue) = 180+88+74=342 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.63% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 180 - color contains mainly: red. Hex color #B4584A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4584A is #4BA7B5. Grayscale: #727272. Windows color (decimal): -4958134 or 4872372. OLE color: 4872372.
HSL color Cylindrical-coordinate representation of color #B4584A: hue angle of 7.92º 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 #B4584A is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 88 | 74 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.29 |
| HSL | 7.92º | 0.42% | 0.5% | - |
| HSV(B) | 7.92º | 0.59% | 0.71% | - |
| XYZ | 23.55 | 17.18 | 8.55 | - |
| YUV | 113.91 | 105.48 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 88 | 74 | 0 | 0.51 | 0.59 | 0.29 | 7.92 | 0.42 | 0.5 |
| Hex | B4 | 58 | 4A | 0 | 33 | 3B | 1D | 8 | 2A | 32 |
| Octal | 264 | 130 | 112 | 0 | 63 | 73 | 35 | 10 | 52 | 62 |
| Binary | 10110100 | 1011000 | 1001010 | 0 | 110011 | 111011 | 11101 | 1000 | 101010 | 110010 |
Color Harmonies of #B4584A
Complementary color
Monochromatic Colors of #B4584A
Black with #B4584A
Text Example
Text Example
White with #B4584A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4584A; }
p { color: rgb(180,88,74); }
H1.HeaderClassName
{
color: #B4584A;
}
.AnyTagClassName
{
color: #B4584A;
}
</style>
background-color css
<style>
a { background-color: #B4584A; }
a { background-color: rgb(180,88,74); }
div.DivClassName
{
background-color: #B4584A;
}
.BgClassName
{
background-color: #B4584A;
}
</style>
border-color css
<style>
span { border-color: #B4584A; }
span { border-color: rgb(180,88,74); }
td.TdClassName
{
border-color: #B4584A;
}
.TagClassName
{
border-color: #B4584A;
}
</style>