Shades of Flame Pea #BB5E46
Tints of Flame Pea #BB5E46
RGB
CMYK
RGB Variations
Color information
#BB5E46 (or 0xBB5E46) is known color: Flame Pea. HEX triplet: BB, 5E and 46. RGB value is (187,94,70). Sum of RGB (Red+Green+Blue) = 187+94+70=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 70 (27.73% from 255 or 19.94% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5E46 is #44A1B9. Grayscale: #777777. Windows color (decimal): -4497850 or 4611771. OLE color: 4611771.
HSL color Cylindrical-coordinate representation of color #BB5E46: hue angle of 12.31º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB5E46 is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 94 | 70 | - |
| CMYK | 0 | 0.50 | 0.63 | 0.27 |
| HSL | 12.31º | 0.46% | 0.5% | - |
| HSV(B) | 12.31º | 0.63% | 0.73% | - |
| XYZ | 25.6 | 19.01 | 8.11 | - |
| YUV | 119.07 | 100.31 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 94 | 70 | 0 | 0.50 | 0.63 | 0.27 | 12.31 | 0.46 | 0.5 |
| Hex | BB | 5E | 46 | 0 | 32 | 3F | 1B | C | 2E | 32 |
| Octal | 273 | 136 | 106 | 0 | 62 | 77 | 33 | 14 | 56 | 62 |
| Binary | 10111011 | 1011110 | 1000110 | 0 | 110010 | 111111 | 11011 | 1100 | 101110 | 110010 |
Color Harmonies of #BB5E46
Complementary color
Monochromatic Colors of #BB5E46
Black with #BB5E46
Text Example
Text Example
White with #BB5E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5E46; }
p { color: rgb(187,94,70); }
H1.HeaderClassName
{
color: #BB5E46;
}
.AnyTagClassName
{
color: #BB5E46;
}
</style>
background-color css
<style>
a { background-color: #BB5E46; }
a { background-color: rgb(187,94,70); }
div.DivClassName
{
background-color: #BB5E46;
}
.BgClassName
{
background-color: #BB5E46;
}
</style>
border-color css
<style>
span { border-color: #BB5E46; }
span { border-color: rgb(187,94,70); }
td.TdClassName
{
border-color: #BB5E46;
}
.TagClassName
{
border-color: #BB5E46;
}
</style>