Shades of Flame Pea #B5584D
Tints of Flame Pea #B5584D
RGB
CMYK
RGB Variations
Color information
#B5584D (or 0xB5584D) is known color: Flame Pea. HEX triplet: B5, 58 and 4D. RGB value is (181,88,77). Sum of RGB (Red+Green+Blue) = 181+88+77=346 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.31% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 181 - color contains mainly: red. Hex color #B5584D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5584D is #4AA7B2. Grayscale: #727272. Windows color (decimal): -4892595 or 5068981. OLE color: 5068981.
HSL color Cylindrical-coordinate representation of color #B5584D: hue angle of 6.35º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B5584D is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 88 | 77 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.29 |
| HSL | 6.35º | 0.41% | 0.51% | - |
| HSV(B) | 6.35º | 0.57% | 0.71% | - |
| XYZ | 23.89 | 17.34 | 9.11 | - |
| YUV | 114.55 | 106.81 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 88 | 77 | 0 | 0.51 | 0.57 | 0.29 | 6.35 | 0.41 | 0.51 |
| Hex | B5 | 58 | 4D | 0 | 33 | 39 | 1D | 6 | 29 | 33 |
| Octal | 265 | 130 | 115 | 0 | 63 | 71 | 35 | 6 | 51 | 63 |
| Binary | 10110101 | 1011000 | 1001101 | 0 | 110011 | 111001 | 11101 | 110 | 101001 | 110011 |
Color Harmonies of #B5584D
Complementary color
Monochromatic Colors of #B5584D
Black with #B5584D
Text Example
Text Example
White with #B5584D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5584D; }
p { color: rgb(181,88,77); }
H1.HeaderClassName
{
color: #B5584D;
}
.AnyTagClassName
{
color: #B5584D;
}
</style>
background-color css
<style>
a { background-color: #B5584D; }
a { background-color: rgb(181,88,77); }
div.DivClassName
{
background-color: #B5584D;
}
.BgClassName
{
background-color: #B5584D;
}
</style>
border-color css
<style>
span { border-color: #B5584D; }
span { border-color: rgb(181,88,77); }
td.TdClassName
{
border-color: #B5584D;
}
.TagClassName
{
border-color: #B5584D;
}
</style>