Shades of Flame Pea #BB5544
Tints of Flame Pea #BB5544
RGB
CMYK
RGB Variations
Color information
#BB5544 (or 0xBB5544) is known color: Flame Pea. HEX triplet: BB, 55 and 44. RGB value is (187,85,68). Sum of RGB (Red+Green+Blue) = 187+85+68=340 (45% of max value = 765). Red value is 187 (73.44% from 255 or 55% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 68 (26.95% from 255 or 20% from 340); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5544 is #44AABB. Grayscale: #717171. Windows color (decimal): -4500156 or 4478395. OLE color: 4478395.
HSL color Cylindrical-coordinate representation of color #BB5544: hue angle of 8.57º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB5544 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 85 | 68 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.27 |
| HSL | 8.57º | 0.47% | 0.5% | - |
| HSV(B) | 8.57º | 0.64% | 0.73% | - |
| XYZ | 24.79 | 17.48 | 7.54 | - |
| YUV | 113.56 | 102.29 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 85 | 68 | 0 | 0.55 | 0.64 | 0.27 | 8.57 | 0.47 | 0.5 |
| Hex | BB | 55 | 44 | 0 | 37 | 40 | 1B | 9 | 2F | 32 |
| Octal | 273 | 125 | 104 | 0 | 67 | 100 | 33 | 11 | 57 | 62 |
| Binary | 10111011 | 1010101 | 1000100 | 0 | 110111 | 1000000 | 11011 | 1001 | 101111 | 110010 |
Color Harmonies of #BB5544
Complementary color
Monochromatic Colors of #BB5544
Black with #BB5544
Text Example
Text Example
White with #BB5544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5544; }
p { color: rgb(187,85,68); }
H1.HeaderClassName
{
color: #BB5544;
}
.AnyTagClassName
{
color: #BB5544;
}
</style>
background-color css
<style>
a { background-color: #BB5544; }
a { background-color: rgb(187,85,68); }
div.DivClassName
{
background-color: #BB5544;
}
.BgClassName
{
background-color: #BB5544;
}
</style>
border-color css
<style>
span { border-color: #BB5544; }
span { border-color: rgb(187,85,68); }
td.TdClassName
{
border-color: #BB5544;
}
.TagClassName
{
border-color: #BB5544;
}
</style>