Shades of Flame Pea #B55440
Tints of Flame Pea #B55440
RGB
CMYK
RGB Variations
Color information
#B55440 (or 0xB55440) is known color: Flame Pea. HEX triplet: B5, 54 and 40. RGB value is (181,84,64). Sum of RGB (Red+Green+Blue) = 181+84+64=329 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.02% from 329); Green value is 84 (33.20% from 255 or 25.53% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 181 - color contains mainly: red. Hex color #B55440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55440 is #4AABBF. Grayscale: #6E6E6E. Windows color (decimal): -4893632 or 4215989. OLE color: 4215989.
HSL color Cylindrical-coordinate representation of color #B55440: hue angle of 10.26º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B55440 is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 84 | 64 | - |
| CMYK | 0 | 0.54 | 0.65 | 0.29 |
| HSL | 10.26º | 0.48% | 0.48% | - |
| HSV(B) | 10.26º | 0.65% | 0.71% | - |
| XYZ | 23.15 | 16.53 | 6.82 | - |
| YUV | 110.72 | 101.64 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 84 | 64 | 0 | 0.54 | 0.65 | 0.29 | 10.26 | 0.48 | 0.48 |
| Hex | B5 | 54 | 40 | 0 | 36 | 41 | 1D | A | 30 | 30 |
| Octal | 265 | 124 | 100 | 0 | 66 | 101 | 35 | 12 | 60 | 60 |
| Binary | 10110101 | 1010100 | 1000000 | 0 | 110110 | 1000001 | 11101 | 1010 | 110000 | 110000 |
Color Harmonies of #B55440
Complementary color
Monochromatic Colors of #B55440
Black with #B55440
Text Example
Text Example
White with #B55440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55440; }
p { color: rgb(181,84,64); }
H1.HeaderClassName
{
color: #B55440;
}
.AnyTagClassName
{
color: #B55440;
}
</style>
background-color css
<style>
a { background-color: #B55440; }
a { background-color: rgb(181,84,64); }
div.DivClassName
{
background-color: #B55440;
}
.BgClassName
{
background-color: #B55440;
}
</style>
border-color css
<style>
span { border-color: #B55440; }
span { border-color: rgb(181,84,64); }
td.TdClassName
{
border-color: #B55440;
}
.TagClassName
{
border-color: #B55440;
}
</style>