Shades of Flame Pea #BB6243
Tints of Flame Pea #BB6243
RGB
CMYK
RGB Variations
Color information
#BB6243 (or 0xBB6243) is known color: Flame Pea. HEX triplet: BB, 62 and 43. RGB value is (187,98,67). Sum of RGB (Red+Green+Blue) = 187+98+67=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 67 (26.56% from 255 or 19.03% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6243 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6243 is #449DBC. Grayscale: #797979. Windows color (decimal): -4496829 or 4416187. OLE color: 4416187.
HSL color Cylindrical-coordinate representation of color #BB6243: hue angle of 15.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB6243 is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 98 | 67 | - |
| CMYK | 0 | 0.48 | 0.64 | 0.27 |
| HSL | 15.5º | 0.47% | 0.5% | - |
| HSV(B) | 15.5º | 0.64% | 0.73% | - |
| XYZ | 25.87 | 19.71 | 7.75 | - |
| YUV | 121.08 | 97.49 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 98 | 67 | 0 | 0.48 | 0.64 | 0.27 | 15.5 | 0.47 | 0.5 |
| Hex | BB | 62 | 43 | 0 | 30 | 40 | 1B | 10 | 2F | 32 |
| Octal | 273 | 142 | 103 | 0 | 60 | 100 | 33 | 20 | 57 | 62 |
| Binary | 10111011 | 1100010 | 1000011 | 0 | 110000 | 1000000 | 11011 | 10000 | 101111 | 110010 |
Color Harmonies of #BB6243
Complementary color
Monochromatic Colors of #BB6243
Black with #BB6243
Text Example
Text Example
White with #BB6243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6243; }
p { color: rgb(187,98,67); }
H1.HeaderClassName
{
color: #BB6243;
}
.AnyTagClassName
{
color: #BB6243;
}
</style>
background-color css
<style>
a { background-color: #BB6243; }
a { background-color: rgb(187,98,67); }
div.DivClassName
{
background-color: #BB6243;
}
.BgClassName
{
background-color: #BB6243;
}
</style>
border-color css
<style>
span { border-color: #BB6243; }
span { border-color: rgb(187,98,67); }
td.TdClassName
{
border-color: #BB6243;
}
.TagClassName
{
border-color: #BB6243;
}
</style>