Shades of Flame Pea #BB5E47
Tints of Flame Pea #BB5E47
RGB
CMYK
RGB Variations
Color information
#BB5E47 (or 0xBB5E47) is known color: Flame Pea. HEX triplet: BB, 5E and 47. RGB value is (187,94,71). Sum of RGB (Red+Green+Blue) = 187+94+71=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 71 (28.12% from 255 or 20.17% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5E47 is #44A1B8. Grayscale: #777777. Windows color (decimal): -4497849 or 4677307. OLE color: 4677307.
HSL color Cylindrical-coordinate representation of color #BB5E47: hue angle of 11.9º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BB5E47 is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 94 | 71 | - |
| CMYK | 0 | 0.50 | 0.62 | 0.27 |
| HSL | 11.9º | 0.46% | 0.51% | - |
| HSV(B) | 11.9º | 0.62% | 0.73% | - |
| XYZ | 25.63 | 19.03 | 8.28 | - |
| YUV | 119.19 | 100.81 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 94 | 71 | 0 | 0.50 | 0.62 | 0.27 | 11.9 | 0.46 | 0.51 |
| Hex | BB | 5E | 47 | 0 | 32 | 3E | 1B | C | 2E | 33 |
| Octal | 273 | 136 | 107 | 0 | 62 | 76 | 33 | 14 | 56 | 63 |
| Binary | 10111011 | 1011110 | 1000111 | 0 | 110010 | 111110 | 11011 | 1100 | 101110 | 110011 |
Color Harmonies of #BB5E47
Complementary color
Monochromatic Colors of #BB5E47
Black with #BB5E47
Text Example
Text Example
White with #BB5E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5E47; }
p { color: rgb(187,94,71); }
H1.HeaderClassName
{
color: #BB5E47;
}
.AnyTagClassName
{
color: #BB5E47;
}
</style>
background-color css
<style>
a { background-color: #BB5E47; }
a { background-color: rgb(187,94,71); }
div.DivClassName
{
background-color: #BB5E47;
}
.BgClassName
{
background-color: #BB5E47;
}
</style>
border-color css
<style>
span { border-color: #BB5E47; }
span { border-color: rgb(187,94,71); }
td.TdClassName
{
border-color: #BB5E47;
}
.TagClassName
{
border-color: #BB5E47;
}
</style>