Shades of Flame Pea #BB5E42
Tints of Flame Pea #BB5E42
RGB
CMYK
RGB Variations
Color information
#BB5E42 (or 0xBB5E42) is known color: Flame Pea. HEX triplet: BB, 5E and 42. RGB value is (187,94,66). Sum of RGB (Red+Green+Blue) = 187+94+66=347 (45% of max value = 765). Red value is 187 (73.44% from 255 or 53.89% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 66 (26.17% from 255 or 19.02% from 347); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5E42 is #44A1BD. Grayscale: #767676. Windows color (decimal): -4497854 or 4349627. OLE color: 4349627.
HSL color Cylindrical-coordinate representation of color #BB5E42: hue angle of 13.88º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB5E42 is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 94 | 66 | - |
| CMYK | 0 | 0.50 | 0.65 | 0.27 |
| HSL | 13.88º | 0.48% | 0.5% | - |
| HSV(B) | 13.88º | 0.65% | 0.73% | - |
| XYZ | 25.48 | 18.96 | 7.47 | - |
| YUV | 118.62 | 98.31 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 94 | 66 | 0 | 0.50 | 0.65 | 0.27 | 13.88 | 0.48 | 0.5 |
| Hex | BB | 5E | 42 | 0 | 32 | 41 | 1B | E | 30 | 32 |
| Octal | 273 | 136 | 102 | 0 | 62 | 101 | 33 | 16 | 60 | 62 |
| Binary | 10111011 | 1011110 | 1000010 | 0 | 110010 | 1000001 | 11011 | 1110 | 110000 | 110010 |
Color Harmonies of #BB5E42
Complementary color
Monochromatic Colors of #BB5E42
Black with #BB5E42
Text Example
Text Example
White with #BB5E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5E42; }
p { color: rgb(187,94,66); }
H1.HeaderClassName
{
color: #BB5E42;
}
.AnyTagClassName
{
color: #BB5E42;
}
</style>
background-color css
<style>
a { background-color: #BB5E42; }
a { background-color: rgb(187,94,66); }
div.DivClassName
{
background-color: #BB5E42;
}
.BgClassName
{
background-color: #BB5E42;
}
</style>
border-color css
<style>
span { border-color: #BB5E42; }
span { border-color: rgb(187,94,66); }
td.TdClassName
{
border-color: #BB5E42;
}
.TagClassName
{
border-color: #BB5E42;
}
</style>