Shades of Flame Pea #B16056
Tints of Flame Pea #B16056
RGB
CMYK
RGB Variations
Color information
#B16056 (or 0xB16056) is known color: Flame Pea. HEX triplet: B1, 60 and 56. RGB value is (177,96,86). Sum of RGB (Red+Green+Blue) = 177+96+86=359 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.30% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 86 (33.98% from 255 or 23.96% from 359); Max value from RGB is 177 - color contains mainly: red. Hex color #B16056 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16056 is #4E9FA9. Grayscale: #777777. Windows color (decimal): -5152682 or 5660849. OLE color: 5660849.
HSL color Cylindrical-coordinate representation of color #B16056: hue angle of 6.59º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B16056 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 96 | 86 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.31 |
| HSL | 6.59º | 0.37% | 0.52% | - |
| HSV(B) | 6.59º | 0.51% | 0.69% | - |
| XYZ | 23.99 | 18.38 | 11.09 | - |
| YUV | 119.08 | 109.34 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 96 | 86 | 0 | 0.46 | 0.51 | 0.31 | 6.59 | 0.37 | 0.52 |
| Hex | B1 | 60 | 56 | 0 | 2E | 33 | 1F | 7 | 25 | 34 |
| Octal | 261 | 140 | 126 | 0 | 56 | 63 | 37 | 7 | 45 | 64 |
| Binary | 10110001 | 1100000 | 1010110 | 0 | 101110 | 110011 | 11111 | 111 | 100101 | 110100 |
Color Harmonies of #B16056
Complementary color
Monochromatic Colors of #B16056
Black with #B16056
Text Example
Text Example
White with #B16056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16056; }
p { color: rgb(177,96,86); }
H1.HeaderClassName
{
color: #B16056;
}
.AnyTagClassName
{
color: #B16056;
}
</style>
background-color css
<style>
a { background-color: #B16056; }
a { background-color: rgb(177,96,86); }
div.DivClassName
{
background-color: #B16056;
}
.BgClassName
{
background-color: #B16056;
}
</style>
border-color css
<style>
span { border-color: #B16056; }
span { border-color: rgb(177,96,86); }
td.TdClassName
{
border-color: #B16056;
}
.TagClassName
{
border-color: #B16056;
}
</style>