Shades of Flame Pea #BB5441
Tints of Flame Pea #BB5441
RGB
CMYK
RGB Variations
Color information
#BB5441 (or 0xBB5441) is known color: Flame Pea. HEX triplet: BB, 54 and 41. RGB value is (187,84,65). Sum of RGB (Red+Green+Blue) = 187+84+65=336 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.65% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 65 (25.78% from 255 or 19.35% from 336); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5441 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5441 is #44ABBE. Grayscale: #707070. Windows color (decimal): -4500415 or 4281531. OLE color: 4281531.
HSL color Cylindrical-coordinate representation of color #BB5441: hue angle of 9.34º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB5441 is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 84 | 65 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.27 |
| HSL | 9.34º | 0.48% | 0.49% | - |
| HSV(B) | 9.34º | 0.65% | 0.73% | - |
| XYZ | 24.62 | 17.29 | 7.04 | - |
| YUV | 112.63 | 101.12 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 84 | 65 | 0 | 0.55 | 0.65 | 0.27 | 9.34 | 0.48 | 0.49 |
| Hex | BB | 54 | 41 | 0 | 37 | 41 | 1B | 9 | 30 | 31 |
| Octal | 273 | 124 | 101 | 0 | 67 | 101 | 33 | 11 | 60 | 61 |
| Binary | 10111011 | 1010100 | 1000001 | 0 | 110111 | 1000001 | 11011 | 1001 | 110000 | 110001 |
Color Harmonies of #BB5441
Complementary color
Monochromatic Colors of #BB5441
Black with #BB5441
Text Example
Text Example
White with #BB5441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5441; }
p { color: rgb(187,84,65); }
H1.HeaderClassName
{
color: #BB5441;
}
.AnyTagClassName
{
color: #BB5441;
}
</style>
background-color css
<style>
a { background-color: #BB5441; }
a { background-color: rgb(187,84,65); }
div.DivClassName
{
background-color: #BB5441;
}
.BgClassName
{
background-color: #BB5441;
}
</style>
border-color css
<style>
span { border-color: #BB5441; }
span { border-color: rgb(187,84,65); }
td.TdClassName
{
border-color: #BB5441;
}
.TagClassName
{
border-color: #BB5441;
}
</style>