Shades of Flame Pea #B4584D
Tints of Flame Pea #B4584D
RGB
CMYK
RGB Variations
Color information
#B4584D (or 0xB4584D) is known color: Flame Pea. HEX triplet: B4, 58 and 4D. RGB value is (180,88,77). Sum of RGB (Red+Green+Blue) = 180+88+77=345 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.17% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 180 - color contains mainly: red. Hex color #B4584D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4584D is #4BA7B2. Grayscale: #727272. Windows color (decimal): -4958131 or 5068980. OLE color: 5068980.
HSL color Cylindrical-coordinate representation of color #B4584D: hue angle of 6.41º 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 #B4584D is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 88 | 77 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.29 |
| HSL | 6.41º | 0.41% | 0.5% | - |
| HSV(B) | 6.41º | 0.57% | 0.71% | - |
| XYZ | 23.65 | 17.22 | 9.1 | - |
| YUV | 114.25 | 106.98 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 88 | 77 | 0 | 0.51 | 0.57 | 0.29 | 6.41 | 0.41 | 0.5 |
| Hex | B4 | 58 | 4D | 0 | 33 | 39 | 1D | 6 | 29 | 32 |
| Octal | 264 | 130 | 115 | 0 | 63 | 71 | 35 | 6 | 51 | 62 |
| Binary | 10110100 | 1011000 | 1001101 | 0 | 110011 | 111001 | 11101 | 110 | 101001 | 110010 |
Color Harmonies of #B4584D
Complementary color
Monochromatic Colors of #B4584D
Black with #B4584D
Text Example
Text Example
White with #B4584D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4584D; }
p { color: rgb(180,88,77); }
H1.HeaderClassName
{
color: #B4584D;
}
.AnyTagClassName
{
color: #B4584D;
}
</style>
background-color css
<style>
a { background-color: #B4584D; }
a { background-color: rgb(180,88,77); }
div.DivClassName
{
background-color: #B4584D;
}
.BgClassName
{
background-color: #B4584D;
}
</style>
border-color css
<style>
span { border-color: #B4584D; }
span { border-color: rgb(180,88,77); }
td.TdClassName
{
border-color: #B4584D;
}
.TagClassName
{
border-color: #B4584D;
}
</style>