Shades of Flame Pea #B16053
Tints of Flame Pea #B16053
RGB
CMYK
RGB Variations
Color information
#B16053 (or 0xB16053) is known color: Flame Pea. HEX triplet: B1, 60 and 53. RGB value is (177,96,83). Sum of RGB (Red+Green+Blue) = 177+96+83=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B16053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16053 is #4E9FAC. Grayscale: #767676. Windows color (decimal): -5152685 or 5464241. OLE color: 5464241.
HSL color Cylindrical-coordinate representation of color #B16053: hue angle of 8.3º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B16053 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 96 | 83 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.31 |
| HSL | 8.3º | 0.38% | 0.51% | - |
| HSV(B) | 8.3º | 0.53% | 0.69% | - |
| XYZ | 23.88 | 18.34 | 10.46 | - |
| YUV | 118.74 | 107.84 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 96 | 83 | 0 | 0.46 | 0.53 | 0.31 | 8.3 | 0.38 | 0.51 |
| Hex | B1 | 60 | 53 | 0 | 2E | 35 | 1F | 8 | 26 | 33 |
| Octal | 261 | 140 | 123 | 0 | 56 | 65 | 37 | 10 | 46 | 63 |
| Binary | 10110001 | 1100000 | 1010011 | 0 | 101110 | 110101 | 11111 | 1000 | 100110 | 110011 |
Color Harmonies of #B16053
Complementary color
Monochromatic Colors of #B16053
Black with #B16053
Text Example
Text Example
White with #B16053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16053; }
p { color: rgb(177,96,83); }
H1.HeaderClassName
{
color: #B16053;
}
.AnyTagClassName
{
color: #B16053;
}
</style>
background-color css
<style>
a { background-color: #B16053; }
a { background-color: rgb(177,96,83); }
div.DivClassName
{
background-color: #B16053;
}
.BgClassName
{
background-color: #B16053;
}
</style>
border-color css
<style>
span { border-color: #B16053; }
span { border-color: rgb(177,96,83); }
td.TdClassName
{
border-color: #B16053;
}
.TagClassName
{
border-color: #B16053;
}
</style>