Shades of Flame Pea #BB5E4E
Tints of Flame Pea #BB5E4E
RGB
CMYK
RGB Variations
Color information
#BB5E4E (or 0xBB5E4E) is known color: Flame Pea. HEX triplet: BB, 5E and 4E. RGB value is (187,94,78). Sum of RGB (Red+Green+Blue) = 187+94+78=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 94 (37.11% from 255 or 26.18% from 359); Blue value is 78 (30.86% from 255 or 21.73% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5E4E is #44A1B1. Grayscale: #787878. Windows color (decimal): -4497842 or 5136059. OLE color: 5136059.
HSL color Cylindrical-coordinate representation of color #BB5E4E: hue angle of 8.81º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB5E4E is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 94 | 78 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.27 |
| HSL | 8.81º | 0.44% | 0.52% | - |
| HSV(B) | 8.81º | 0.58% | 0.73% | - |
| XYZ | 25.87 | 19.12 | 9.53 | - |
| YUV | 119.98 | 104.31 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 94 | 78 | 0 | 0.50 | 0.58 | 0.27 | 8.81 | 0.44 | 0.52 |
| Hex | BB | 5E | 4E | 0 | 32 | 3A | 1B | 9 | 2C | 34 |
| Octal | 273 | 136 | 116 | 0 | 62 | 72 | 33 | 11 | 54 | 64 |
| Binary | 10111011 | 1011110 | 1001110 | 0 | 110010 | 111010 | 11011 | 1001 | 101100 | 110100 |
Color Harmonies of #BB5E4E
Complementary color
Monochromatic Colors of #BB5E4E
Black with #BB5E4E
Text Example
Text Example
White with #BB5E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5E4E; }
p { color: rgb(187,94,78); }
H1.HeaderClassName
{
color: #BB5E4E;
}
.AnyTagClassName
{
color: #BB5E4E;
}
</style>
background-color css
<style>
a { background-color: #BB5E4E; }
a { background-color: rgb(187,94,78); }
div.DivClassName
{
background-color: #BB5E4E;
}
.BgClassName
{
background-color: #BB5E4E;
}
</style>
border-color css
<style>
span { border-color: #BB5E4E; }
span { border-color: rgb(187,94,78); }
td.TdClassName
{
border-color: #BB5E4E;
}
.TagClassName
{
border-color: #BB5E4E;
}
</style>