Shades of Flame Pea #B16051
Tints of Flame Pea #B16051
RGB
CMYK
RGB Variations
Color information
#B16051 (or 0xB16051) is known color: Flame Pea. HEX triplet: B1, 60 and 51. RGB value is (177,96,81). Sum of RGB (Red+Green+Blue) = 177+96+81=354 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 81 (32.03% from 255 or 22.88% from 354); Max value from RGB is 177 - color contains mainly: red. Hex color #B16051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16051 is #4E9FAE. Grayscale: #767676. Windows color (decimal): -5152687 or 5333169. OLE color: 5333169.
HSL color Cylindrical-coordinate representation of color #B16051: hue angle of 9.38º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B16051 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 96 | 81 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.31 |
| HSL | 9.38º | 0.38% | 0.51% | - |
| HSV(B) | 9.38º | 0.54% | 0.69% | - |
| XYZ | 23.8 | 18.31 | 10.06 | - |
| YUV | 118.51 | 106.84 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 96 | 81 | 0 | 0.46 | 0.54 | 0.31 | 9.38 | 0.38 | 0.51 |
| Hex | B1 | 60 | 51 | 0 | 2E | 36 | 1F | 9 | 26 | 33 |
| Octal | 261 | 140 | 121 | 0 | 56 | 66 | 37 | 11 | 46 | 63 |
| Binary | 10110001 | 1100000 | 1010001 | 0 | 101110 | 110110 | 11111 | 1001 | 100110 | 110011 |
Color Harmonies of #B16051
Complementary color
Monochromatic Colors of #B16051
Black with #B16051
Text Example
Text Example
White with #B16051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16051; }
p { color: rgb(177,96,81); }
H1.HeaderClassName
{
color: #B16051;
}
.AnyTagClassName
{
color: #B16051;
}
</style>
background-color css
<style>
a { background-color: #B16051; }
a { background-color: rgb(177,96,81); }
div.DivClassName
{
background-color: #B16051;
}
.BgClassName
{
background-color: #B16051;
}
</style>
border-color css
<style>
span { border-color: #B16051; }
span { border-color: rgb(177,96,81); }
td.TdClassName
{
border-color: #B16051;
}
.TagClassName
{
border-color: #B16051;
}
</style>