Shades of Flame Pea #B55E4D
Tints of Flame Pea #B55E4D
RGB
CMYK
RGB Variations
Color information
#B55E4D (or 0xB55E4D) is known color: Flame Pea. HEX triplet: B5, 5E and 4D. RGB value is (181,94,77). Sum of RGB (Red+Green+Blue) = 181+94+77=352 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.42% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 181 - color contains mainly: red. Hex color #B55E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55E4D is #4AA1B2. Grayscale: #767676. Windows color (decimal): -4891059 or 5070517. OLE color: 5070517.
HSL color Cylindrical-coordinate representation of color #B55E4D: hue angle of 9.81º 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 #B55E4D is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 94 | 77 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.29 |
| HSL | 9.81º | 0.41% | 0.51% | - |
| HSV(B) | 9.81º | 0.57% | 0.71% | - |
| XYZ | 24.4 | 18.36 | 9.28 | - |
| YUV | 118.08 | 104.82 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 94 | 77 | 0 | 0.48 | 0.57 | 0.29 | 9.81 | 0.41 | 0.51 |
| Hex | B5 | 5E | 4D | 0 | 30 | 39 | 1D | A | 29 | 33 |
| Octal | 265 | 136 | 115 | 0 | 60 | 71 | 35 | 12 | 51 | 63 |
| Binary | 10110101 | 1011110 | 1001101 | 0 | 110000 | 111001 | 11101 | 1010 | 101001 | 110011 |
Color Harmonies of #B55E4D
Complementary color
Monochromatic Colors of #B55E4D
Black with #B55E4D
Text Example
Text Example
White with #B55E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55E4D; }
p { color: rgb(181,94,77); }
H1.HeaderClassName
{
color: #B55E4D;
}
.AnyTagClassName
{
color: #B55E4D;
}
</style>
background-color css
<style>
a { background-color: #B55E4D; }
a { background-color: rgb(181,94,77); }
div.DivClassName
{
background-color: #B55E4D;
}
.BgClassName
{
background-color: #B55E4D;
}
</style>
border-color css
<style>
span { border-color: #B55E4D; }
span { border-color: rgb(181,94,77); }
td.TdClassName
{
border-color: #B55E4D;
}
.TagClassName
{
border-color: #B55E4D;
}
</style>