Shades of Flame Pea #B8584A
Tints of Flame Pea #B8584A
RGB
CMYK
RGB Variations
Color information
#B8584A (or 0xB8584A) is known color: Flame Pea. HEX triplet: B8, 58 and 4A. RGB value is (184,88,74). Sum of RGB (Red+Green+Blue) = 184+88+74=346 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.18% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 184 - color contains mainly: red. Hex color #B8584A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8584A is #47A7B5. Grayscale: #737373. Windows color (decimal): -4695990 or 4872376. OLE color: 4872376.
HSL color Cylindrical-coordinate representation of color #B8584A: hue angle of 7.64º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B8584A is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 88 | 74 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.28 |
| HSL | 7.64º | 0.44% | 0.51% | - |
| HSV(B) | 7.64º | 0.6% | 0.72% | - |
| XYZ | 24.49 | 17.66 | 8.6 | - |
| YUV | 115.11 | 104.8 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 88 | 74 | 0 | 0.52 | 0.60 | 0.28 | 7.64 | 0.44 | 0.51 |
| Hex | B8 | 58 | 4A | 0 | 34 | 3C | 1C | 8 | 2C | 33 |
| Octal | 270 | 130 | 112 | 0 | 64 | 74 | 34 | 10 | 54 | 63 |
| Binary | 10111000 | 1011000 | 1001010 | 0 | 110100 | 111100 | 11100 | 1000 | 101100 | 110011 |
Color Harmonies of #B8584A
Complementary color
Monochromatic Colors of #B8584A
Black with #B8584A
Text Example
Text Example
White with #B8584A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8584A; }
p { color: rgb(184,88,74); }
H1.HeaderClassName
{
color: #B8584A;
}
.AnyTagClassName
{
color: #B8584A;
}
</style>
background-color css
<style>
a { background-color: #B8584A; }
a { background-color: rgb(184,88,74); }
div.DivClassName
{
background-color: #B8584A;
}
.BgClassName
{
background-color: #B8584A;
}
</style>
border-color css
<style>
span { border-color: #B8584A; }
span { border-color: rgb(184,88,74); }
td.TdClassName
{
border-color: #B8584A;
}
.TagClassName
{
border-color: #B8584A;
}
</style>