Shades of Flame Pea #BB5A51
Tints of Flame Pea #BB5A51
RGB
CMYK
RGB Variations
Color information
#BB5A51 (or 0xBB5A51) is known color: Flame Pea. HEX triplet: BB, 5A and 51. RGB value is (187,90,81). Sum of RGB (Red+Green+Blue) = 187+90+81=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 81 (32.03% from 255 or 22.63% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5A51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5A51 is #44A5AE. Grayscale: #767676. Windows color (decimal): -4498863 or 5331643. OLE color: 5331643.
HSL color Cylindrical-coordinate representation of color #BB5A51: hue angle of 5.09º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB5A51 is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 90 | 81 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.27 |
| HSL | 5.09º | 0.44% | 0.53% | - |
| HSV(B) | 5.09º | 0.57% | 0.73% | - |
| XYZ | 25.63 | 18.47 | 10 | - |
| YUV | 117.98 | 107.14 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 90 | 81 | 0 | 0.52 | 0.57 | 0.27 | 5.09 | 0.44 | 0.53 |
| Hex | BB | 5A | 51 | 0 | 34 | 39 | 1B | 5 | 2C | 35 |
| Octal | 273 | 132 | 121 | 0 | 64 | 71 | 33 | 5 | 54 | 65 |
| Binary | 10111011 | 1011010 | 1010001 | 0 | 110100 | 111001 | 11011 | 101 | 101100 | 110101 |
Color Harmonies of #BB5A51
Complementary color
Monochromatic Colors of #BB5A51
Black with #BB5A51
Text Example
Text Example
White with #BB5A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5A51; }
p { color: rgb(187,90,81); }
H1.HeaderClassName
{
color: #BB5A51;
}
.AnyTagClassName
{
color: #BB5A51;
}
</style>
background-color css
<style>
a { background-color: #BB5A51; }
a { background-color: rgb(187,90,81); }
div.DivClassName
{
background-color: #BB5A51;
}
.BgClassName
{
background-color: #BB5A51;
}
</style>
border-color css
<style>
span { border-color: #BB5A51; }
span { border-color: rgb(187,90,81); }
td.TdClassName
{
border-color: #BB5A51;
}
.TagClassName
{
border-color: #BB5A51;
}
</style>