Shades of Flame Pea #BB5E52
Tints of Flame Pea #BB5E52
RGB
CMYK
RGB Variations
Color information
#BB5E52 (or 0xBB5E52) is known color: Flame Pea. HEX triplet: BB, 5E and 52. RGB value is (187,94,82). Sum of RGB (Red+Green+Blue) = 187+94+82=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 82 (32.42% from 255 or 22.59% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5E52 is #44A1AD. Grayscale: #787878. Windows color (decimal): -4497838 or 5398203. OLE color: 5398203.
HSL color Cylindrical-coordinate representation of color #BB5E52: hue angle of 6.86º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB5E52 is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 94 | 82 | - |
| CMYK | 0 | 0.50 | 0.56 | 0.27 |
| HSL | 6.86º | 0.44% | 0.53% | - |
| HSV(B) | 6.86º | 0.56% | 0.73% | - |
| XYZ | 26.02 | 19.18 | 10.31 | - |
| YUV | 120.44 | 106.31 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 94 | 82 | 0 | 0.50 | 0.56 | 0.27 | 6.86 | 0.44 | 0.53 |
| Hex | BB | 5E | 52 | 0 | 32 | 38 | 1B | 7 | 2C | 35 |
| Octal | 273 | 136 | 122 | 0 | 62 | 70 | 33 | 7 | 54 | 65 |
| Binary | 10111011 | 1011110 | 1010010 | 0 | 110010 | 111000 | 11011 | 111 | 101100 | 110101 |
Color Harmonies of #BB5E52
Complementary color
Monochromatic Colors of #BB5E52
Black with #BB5E52
Text Example
Text Example
White with #BB5E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5E52; }
p { color: rgb(187,94,82); }
H1.HeaderClassName
{
color: #BB5E52;
}
.AnyTagClassName
{
color: #BB5E52;
}
</style>
background-color css
<style>
a { background-color: #BB5E52; }
a { background-color: rgb(187,94,82); }
div.DivClassName
{
background-color: #BB5E52;
}
.BgClassName
{
background-color: #BB5E52;
}
</style>
border-color css
<style>
span { border-color: #BB5E52; }
span { border-color: rgb(187,94,82); }
td.TdClassName
{
border-color: #BB5E52;
}
.TagClassName
{
border-color: #BB5E52;
}
</style>