Shades of Flame Pea #BB5E4F
Tints of Flame Pea #BB5E4F
RGB
CMYK
RGB Variations
Color information
#BB5E4F (or 0xBB5E4F) is known color: Flame Pea. HEX triplet: BB, 5E and 4F. RGB value is (187,94,79). Sum of RGB (Red+Green+Blue) = 187+94+79=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 94 (37.11% from 255 or 26.11% from 360); Blue value is 79 (31.25% from 255 or 21.94% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5E4F is #44A1B0. Grayscale: #787878. Windows color (decimal): -4497841 or 5201595. OLE color: 5201595.
HSL color Cylindrical-coordinate representation of color #BB5E4F: hue angle of 8.33º 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 #BB5E4F is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 94 | 79 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.27 |
| HSL | 8.33º | 0.44% | 0.52% | - |
| HSV(B) | 8.33º | 0.58% | 0.73% | - |
| XYZ | 25.91 | 19.13 | 9.73 | - |
| YUV | 120.1 | 104.81 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 94 | 79 | 0 | 0.50 | 0.58 | 0.27 | 8.33 | 0.44 | 0.52 |
| Hex | BB | 5E | 4F | 0 | 32 | 3A | 1B | 8 | 2C | 34 |
| Octal | 273 | 136 | 117 | 0 | 62 | 72 | 33 | 10 | 54 | 64 |
| Binary | 10111011 | 1011110 | 1001111 | 0 | 110010 | 111010 | 11011 | 1000 | 101100 | 110100 |
Color Harmonies of #BB5E4F
Complementary color
Monochromatic Colors of #BB5E4F
Black with #BB5E4F
Text Example
Text Example
White with #BB5E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5E4F; }
p { color: rgb(187,94,79); }
H1.HeaderClassName
{
color: #BB5E4F;
}
.AnyTagClassName
{
color: #BB5E4F;
}
</style>
background-color css
<style>
a { background-color: #BB5E4F; }
a { background-color: rgb(187,94,79); }
div.DivClassName
{
background-color: #BB5E4F;
}
.BgClassName
{
background-color: #BB5E4F;
}
</style>
border-color css
<style>
span { border-color: #BB5E4F; }
span { border-color: rgb(187,94,79); }
td.TdClassName
{
border-color: #BB5E4F;
}
.TagClassName
{
border-color: #BB5E4F;
}
</style>