Shades of Flame Pea #B55E55
Tints of Flame Pea #B55E55
RGB
CMYK
RGB Variations
Color information
#B55E55 (or 0xB55E55) is known color: Flame Pea. HEX triplet: B5, 5E and 55. RGB value is (181,94,85). Sum of RGB (Red+Green+Blue) = 181+94+85=360 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.28% from 360); Green value is 94 (37.11% from 255 or 26.11% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 181 - color contains mainly: red. Hex color #B55E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55E55 is #4AA1AA. Grayscale: #777777. Windows color (decimal): -4891051 or 5594805. OLE color: 5594805.
HSL color Cylindrical-coordinate representation of color #B55E55: hue angle of 5.62º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B55E55 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 94 | 85 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.29 |
| HSL | 5.63º | 0.39% | 0.52% | - |
| HSV(B) | 5.63º | 0.53% | 0.71% | - |
| XYZ | 24.7 | 18.49 | 10.86 | - |
| YUV | 118.99 | 108.82 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 94 | 85 | 0 | 0.48 | 0.53 | 0.29 | 5.63 | 0.39 | 0.52 |
| Hex | B5 | 5E | 55 | 0 | 30 | 35 | 1D | 6 | 27 | 34 |
| Octal | 265 | 136 | 125 | 0 | 60 | 65 | 35 | 6 | 47 | 64 |
| Binary | 10110101 | 1011110 | 1010101 | 0 | 110000 | 110101 | 11101 | 110 | 100111 | 110100 |
Color Harmonies of #B55E55
Complementary color
Monochromatic Colors of #B55E55
Black with #B55E55
Text Example
Text Example
White with #B55E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55E55; }
p { color: rgb(181,94,85); }
H1.HeaderClassName
{
color: #B55E55;
}
.AnyTagClassName
{
color: #B55E55;
}
</style>
background-color css
<style>
a { background-color: #B55E55; }
a { background-color: rgb(181,94,85); }
div.DivClassName
{
background-color: #B55E55;
}
.BgClassName
{
background-color: #B55E55;
}
</style>
border-color css
<style>
span { border-color: #B55E55; }
span { border-color: rgb(181,94,85); }
td.TdClassName
{
border-color: #B55E55;
}
.TagClassName
{
border-color: #B55E55;
}
</style>