Shades of Flame Pea #B16052
Tints of Flame Pea #B16052
RGB
CMYK
RGB Variations
Color information
#B16052 (or 0xB16052) is known color: Flame Pea. HEX triplet: B1, 60 and 52. RGB value is (177,96,82). Sum of RGB (Red+Green+Blue) = 177+96+82=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 82 (32.42% from 255 or 23.10% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B16052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16052 is #4E9FAD. Grayscale: #767676. Windows color (decimal): -5152686 or 5398705. OLE color: 5398705.
HSL color Cylindrical-coordinate representation of color #B16052: hue angle of 8.84º 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 #B16052 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 96 | 82 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.31 |
| HSL | 8.84º | 0.38% | 0.51% | - |
| HSV(B) | 8.84º | 0.54% | 0.69% | - |
| XYZ | 23.84 | 18.32 | 10.26 | - |
| YUV | 118.62 | 107.34 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 96 | 82 | 0 | 0.46 | 0.54 | 0.31 | 8.84 | 0.38 | 0.51 |
| Hex | B1 | 60 | 52 | 0 | 2E | 36 | 1F | 9 | 26 | 33 |
| Octal | 261 | 140 | 122 | 0 | 56 | 66 | 37 | 11 | 46 | 63 |
| Binary | 10110001 | 1100000 | 1010010 | 0 | 101110 | 110110 | 11111 | 1001 | 100110 | 110011 |
Color Harmonies of #B16052
Complementary color
Monochromatic Colors of #B16052
Black with #B16052
Text Example
Text Example
White with #B16052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16052; }
p { color: rgb(177,96,82); }
H1.HeaderClassName
{
color: #B16052;
}
.AnyTagClassName
{
color: #B16052;
}
</style>
background-color css
<style>
a { background-color: #B16052; }
a { background-color: rgb(177,96,82); }
div.DivClassName
{
background-color: #B16052;
}
.BgClassName
{
background-color: #B16052;
}
</style>
border-color css
<style>
span { border-color: #B16052; }
span { border-color: rgb(177,96,82); }
td.TdClassName
{
border-color: #B16052;
}
.TagClassName
{
border-color: #B16052;
}
</style>