Shades of Flame Pea #BB5545
Tints of Flame Pea #BB5545
RGB
CMYK
RGB Variations
Color information
#BB5545 (or 0xBB5545) is known color: Flame Pea. HEX triplet: BB, 55 and 45. RGB value is (187,85,69). Sum of RGB (Red+Green+Blue) = 187+85+69=341 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.84% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 69 (27.34% from 255 or 20.23% from 341); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5545 is #44AABA. Grayscale: #717171. Windows color (decimal): -4500155 or 4543931. OLE color: 4543931.
HSL color Cylindrical-coordinate representation of color #BB5545: hue angle of 8.14º 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 #BB5545 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 85 | 69 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.27 |
| HSL | 8.14º | 0.46% | 0.5% | - |
| HSV(B) | 8.14º | 0.63% | 0.73% | - |
| XYZ | 24.82 | 17.49 | 7.7 | - |
| YUV | 113.67 | 102.79 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 85 | 69 | 0 | 0.55 | 0.63 | 0.27 | 8.14 | 0.46 | 0.5 |
| Hex | BB | 55 | 45 | 0 | 37 | 3F | 1B | 8 | 2E | 32 |
| Octal | 273 | 125 | 105 | 0 | 67 | 77 | 33 | 10 | 56 | 62 |
| Binary | 10111011 | 1010101 | 1000101 | 0 | 110111 | 111111 | 11011 | 1000 | 101110 | 110010 |
Color Harmonies of #BB5545
Complementary color
Monochromatic Colors of #BB5545
Black with #BB5545
Text Example
Text Example
White with #BB5545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5545; }
p { color: rgb(187,85,69); }
H1.HeaderClassName
{
color: #BB5545;
}
.AnyTagClassName
{
color: #BB5545;
}
</style>
background-color css
<style>
a { background-color: #BB5545; }
a { background-color: rgb(187,85,69); }
div.DivClassName
{
background-color: #BB5545;
}
.BgClassName
{
background-color: #BB5545;
}
</style>
border-color css
<style>
span { border-color: #BB5545; }
span { border-color: rgb(187,85,69); }
td.TdClassName
{
border-color: #BB5545;
}
.TagClassName
{
border-color: #BB5545;
}
</style>