Shades of Flame Pea #B55540
Tints of Flame Pea #B55540
RGB
CMYK
RGB Variations
Color information
#B55540 (or 0xB55540) is known color: Flame Pea. HEX triplet: B5, 55 and 40. RGB value is (181,85,64). Sum of RGB (Red+Green+Blue) = 181+85+64=330 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.85% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 181 - color contains mainly: red. Hex color #B55540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55540 is #4AAABF. Grayscale: #6F6F6F. Windows color (decimal): -4893376 or 4216245. OLE color: 4216245.
HSL color Cylindrical-coordinate representation of color #B55540: hue angle of 10.77º 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 #B55540 is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 85 | 64 | - |
| CMYK | 0 | 0.53 | 0.65 | 0.29 |
| HSL | 10.77º | 0.48% | 0.48% | - |
| HSV(B) | 10.77º | 0.65% | 0.71% | - |
| XYZ | 23.23 | 16.69 | 6.85 | - |
| YUV | 111.31 | 101.3 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 85 | 64 | 0 | 0.53 | 0.65 | 0.29 | 10.77 | 0.48 | 0.48 |
| Hex | B5 | 55 | 40 | 0 | 35 | 41 | 1D | B | 30 | 30 |
| Octal | 265 | 125 | 100 | 0 | 65 | 101 | 35 | 13 | 60 | 60 |
| Binary | 10110101 | 1010101 | 1000000 | 0 | 110101 | 1000001 | 11101 | 1011 | 110000 | 110000 |
Color Harmonies of #B55540
Complementary color
Monochromatic Colors of #B55540
Black with #B55540
Text Example
Text Example
White with #B55540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55540; }
p { color: rgb(181,85,64); }
H1.HeaderClassName
{
color: #B55540;
}
.AnyTagClassName
{
color: #B55540;
}
</style>
background-color css
<style>
a { background-color: #B55540; }
a { background-color: rgb(181,85,64); }
div.DivClassName
{
background-color: #B55540;
}
.BgClassName
{
background-color: #B55540;
}
</style>
border-color css
<style>
span { border-color: #B55540; }
span { border-color: rgb(181,85,64); }
td.TdClassName
{
border-color: #B55540;
}
.TagClassName
{
border-color: #B55540;
}
</style>