Shades of Flame Pea #BB5846
Tints of Flame Pea #BB5846
RGB
CMYK
RGB Variations
Color information
#BB5846 (or 0xBB5846) is known color: Flame Pea. HEX triplet: BB, 58 and 46. RGB value is (187,88,70). Sum of RGB (Red+Green+Blue) = 187+88+70=345 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.20% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5846 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5846 is #44A7B9. Grayscale: #737373. Windows color (decimal): -4499386 or 4610235. OLE color: 4610235.
HSL color Cylindrical-coordinate representation of color #BB5846: hue angle of 9.23º 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 #BB5846 is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 88 | 70 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.27 |
| HSL | 9.23º | 0.46% | 0.5% | - |
| HSV(B) | 9.23º | 0.63% | 0.73% | - |
| XYZ | 25.09 | 17.99 | 7.94 | - |
| YUV | 115.55 | 102.3 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 88 | 70 | 0 | 0.53 | 0.63 | 0.27 | 9.23 | 0.46 | 0.5 |
| Hex | BB | 58 | 46 | 0 | 35 | 3F | 1B | 9 | 2E | 32 |
| Octal | 273 | 130 | 106 | 0 | 65 | 77 | 33 | 11 | 56 | 62 |
| Binary | 10111011 | 1011000 | 1000110 | 0 | 110101 | 111111 | 11011 | 1001 | 101110 | 110010 |
Color Harmonies of #BB5846
Complementary color
Monochromatic Colors of #BB5846
Black with #BB5846
Text Example
Text Example
White with #BB5846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5846; }
p { color: rgb(187,88,70); }
H1.HeaderClassName
{
color: #BB5846;
}
.AnyTagClassName
{
color: #BB5846;
}
</style>
background-color css
<style>
a { background-color: #BB5846; }
a { background-color: rgb(187,88,70); }
div.DivClassName
{
background-color: #BB5846;
}
.BgClassName
{
background-color: #BB5846;
}
</style>
border-color css
<style>
span { border-color: #BB5846; }
span { border-color: rgb(187,88,70); }
td.TdClassName
{
border-color: #BB5846;
}
.TagClassName
{
border-color: #BB5846;
}
</style>