Shades of Flame Pea #B5584A
Tints of Flame Pea #B5584A
RGB
CMYK
RGB Variations
Color information
#B5584A (or 0xB5584A) is known color: Flame Pea. HEX triplet: B5, 58 and 4A. RGB value is (181,88,74). Sum of RGB (Red+Green+Blue) = 181+88+74=343 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.77% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 74 (29.30% from 255 or 21.57% from 343); Max value from RGB is 181 - color contains mainly: red. Hex color #B5584A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5584A is #4AA7B5. Grayscale: #727272. Windows color (decimal): -4892598 or 4872373. OLE color: 4872373.
HSL color Cylindrical-coordinate representation of color #B5584A: hue angle of 7.85º 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 #B5584A is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 88 | 74 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.29 |
| HSL | 7.85º | 0.42% | 0.5% | - |
| HSV(B) | 7.85º | 0.59% | 0.71% | - |
| XYZ | 23.78 | 17.3 | 8.56 | - |
| YUV | 114.21 | 105.31 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 88 | 74 | 0 | 0.51 | 0.59 | 0.29 | 7.85 | 0.42 | 0.5 |
| Hex | B5 | 58 | 4A | 0 | 33 | 3B | 1D | 8 | 2A | 32 |
| Octal | 265 | 130 | 112 | 0 | 63 | 73 | 35 | 10 | 52 | 62 |
| Binary | 10110101 | 1011000 | 1001010 | 0 | 110011 | 111011 | 11101 | 1000 | 101010 | 110010 |
Color Harmonies of #B5584A
Complementary color
Monochromatic Colors of #B5584A
Black with #B5584A
Text Example
Text Example
White with #B5584A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5584A; }
p { color: rgb(181,88,74); }
H1.HeaderClassName
{
color: #B5584A;
}
.AnyTagClassName
{
color: #B5584A;
}
</style>
background-color css
<style>
a { background-color: #B5584A; }
a { background-color: rgb(181,88,74); }
div.DivClassName
{
background-color: #B5584A;
}
.BgClassName
{
background-color: #B5584A;
}
</style>
border-color css
<style>
span { border-color: #B5584A; }
span { border-color: rgb(181,88,74); }
td.TdClassName
{
border-color: #B5584A;
}
.TagClassName
{
border-color: #B5584A;
}
</style>