Shades of Flame Pea #BB5740
Tints of Flame Pea #BB5740
RGB
CMYK
RGB Variations
Color information
#BB5740 (or 0xBB5740) is known color: Flame Pea. HEX triplet: BB, 57 and 40. RGB value is (187,87,64). Sum of RGB (Red+Green+Blue) = 187+87+64=338 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.33% from 338); Green value is 87 (34.38% from 255 or 25.74% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5740 is #44A8BF. Grayscale: #727272. Windows color (decimal): -4499648 or 4216763. OLE color: 4216763.
HSL color Cylindrical-coordinate representation of color #BB5740: hue angle of 11.22º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB5740 is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 87 | 64 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.27 |
| HSL | 11.22º | 0.49% | 0.49% | - |
| HSV(B) | 11.22º | 0.66% | 0.73% | - |
| XYZ | 24.83 | 17.75 | 6.97 | - |
| YUV | 114.28 | 99.63 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 87 | 64 | 0 | 0.53 | 0.66 | 0.27 | 11.22 | 0.49 | 0.49 |
| Hex | BB | 57 | 40 | 0 | 35 | 42 | 1B | B | 31 | 31 |
| Octal | 273 | 127 | 100 | 0 | 65 | 102 | 33 | 13 | 61 | 61 |
| Binary | 10111011 | 1010111 | 1000000 | 0 | 110101 | 1000010 | 11011 | 1011 | 110001 | 110001 |
Color Harmonies of #BB5740
Complementary color
Monochromatic Colors of #BB5740
Black with #BB5740
Text Example
Text Example
White with #BB5740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5740; }
p { color: rgb(187,87,64); }
H1.HeaderClassName
{
color: #BB5740;
}
.AnyTagClassName
{
color: #BB5740;
}
</style>
background-color css
<style>
a { background-color: #BB5740; }
a { background-color: rgb(187,87,64); }
div.DivClassName
{
background-color: #BB5740;
}
.BgClassName
{
background-color: #BB5740;
}
</style>
border-color css
<style>
span { border-color: #BB5740; }
span { border-color: rgb(187,87,64); }
td.TdClassName
{
border-color: #BB5740;
}
.TagClassName
{
border-color: #BB5740;
}
</style>