Shades of Flame Pea #B56255
Tints of Flame Pea #B56255
RGB
CMYK
RGB Variations
Color information
#B56255 (or 0xB56255) is known color: Flame Pea. HEX triplet: B5, 62 and 55. RGB value is (181,98,85). Sum of RGB (Red+Green+Blue) = 181+98+85=364 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.73% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 85 (33.59% from 255 or 23.35% from 364); Max value from RGB is 181 - color contains mainly: red. Hex color #B56255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56255 is #4A9DAA. Grayscale: #797979. Windows color (decimal): -4890027 or 5595829. OLE color: 5595829.
HSL color Cylindrical-coordinate representation of color #B56255: hue angle of 8.12º 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 #B56255 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 98 | 85 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.29 |
| HSL | 8.13º | 0.39% | 0.52% | - |
| HSV(B) | 8.13º | 0.53% | 0.71% | - |
| XYZ | 25.06 | 19.22 | 10.98 | - |
| YUV | 121.34 | 107.5 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 98 | 85 | 0 | 0.46 | 0.53 | 0.29 | 8.13 | 0.39 | 0.52 |
| Hex | B5 | 62 | 55 | 0 | 2E | 35 | 1D | 8 | 27 | 34 |
| Octal | 265 | 142 | 125 | 0 | 56 | 65 | 35 | 10 | 47 | 64 |
| Binary | 10110101 | 1100010 | 1010101 | 0 | 101110 | 110101 | 11101 | 1000 | 100111 | 110100 |
Color Harmonies of #B56255
Complementary color
Monochromatic Colors of #B56255
Black with #B56255
Text Example
Text Example
White with #B56255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56255; }
p { color: rgb(181,98,85); }
H1.HeaderClassName
{
color: #B56255;
}
.AnyTagClassName
{
color: #B56255;
}
</style>
background-color css
<style>
a { background-color: #B56255; }
a { background-color: rgb(181,98,85); }
div.DivClassName
{
background-color: #B56255;
}
.BgClassName
{
background-color: #B56255;
}
</style>
border-color css
<style>
span { border-color: #B56255; }
span { border-color: rgb(181,98,85); }
td.TdClassName
{
border-color: #B56255;
}
.TagClassName
{
border-color: #B56255;
}
</style>