Shades of Flame Pea #B56256
Tints of Flame Pea #B56256
RGB
CMYK
RGB Variations
Color information
#B56256 (or 0xB56256) is known color: Flame Pea. HEX triplet: B5, 62 and 56. RGB value is (181,98,86). Sum of RGB (Red+Green+Blue) = 181+98+86=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 86 (33.98% from 255 or 23.56% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B56256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56256 is #4A9DA9. Grayscale: #797979. Windows color (decimal): -4890026 or 5661365. OLE color: 5661365.
HSL color Cylindrical-coordinate representation of color #B56256: hue angle of 7.58º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B56256 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 98 | 86 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.29 |
| HSL | 7.58º | 0.39% | 0.52% | - |
| HSV(B) | 7.58º | 0.52% | 0.71% | - |
| XYZ | 25.1 | 19.23 | 11.19 | - |
| YUV | 121.45 | 108 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 98 | 86 | 0 | 0.46 | 0.52 | 0.29 | 7.58 | 0.39 | 0.52 |
| Hex | B5 | 62 | 56 | 0 | 2E | 34 | 1D | 8 | 27 | 34 |
| Octal | 265 | 142 | 126 | 0 | 56 | 64 | 35 | 10 | 47 | 64 |
| Binary | 10110101 | 1100010 | 1010110 | 0 | 101110 | 110100 | 11101 | 1000 | 100111 | 110100 |
Color Harmonies of #B56256
Complementary color
Monochromatic Colors of #B56256
Black with #B56256
Text Example
Text Example
White with #B56256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56256; }
p { color: rgb(181,98,86); }
H1.HeaderClassName
{
color: #B56256;
}
.AnyTagClassName
{
color: #B56256;
}
</style>
background-color css
<style>
a { background-color: #B56256; }
a { background-color: rgb(181,98,86); }
div.DivClassName
{
background-color: #B56256;
}
.BgClassName
{
background-color: #B56256;
}
</style>
border-color css
<style>
span { border-color: #B56256; }
span { border-color: rgb(181,98,86); }
td.TdClassName
{
border-color: #B56256;
}
.TagClassName
{
border-color: #B56256;
}
</style>