Shades of Flame Pea #BB6851
Tints of Flame Pea #BB6851
RGB
CMYK
RGB Variations
Color information
#BB6851 (or 0xBB6851) is known color: Flame Pea. HEX triplet: BB, 68 and 51. RGB value is (187,104,81). Sum of RGB (Red+Green+Blue) = 187+104+81=372 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.27% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 81 (32.03% from 255 or 21.77% from 372); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6851 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6851 is #4497AE. Grayscale: #7E7E7E. Windows color (decimal): -4495279 or 5335227. OLE color: 5335227.
HSL color Cylindrical-coordinate representation of color #BB6851: hue angle of 13.02º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB6851 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 104 | 81 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.27 |
| HSL | 13.02º | 0.44% | 0.53% | - |
| HSV(B) | 13.02º | 0.57% | 0.73% | - |
| XYZ | 26.93 | 21.06 | 10.43 | - |
| YUV | 126.2 | 102.5 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 104 | 81 | 0 | 0.44 | 0.57 | 0.27 | 13.02 | 0.44 | 0.53 |
| Hex | BB | 68 | 51 | 0 | 2C | 39 | 1B | D | 2C | 35 |
| Octal | 273 | 150 | 121 | 0 | 54 | 71 | 33 | 15 | 54 | 65 |
| Binary | 10111011 | 1101000 | 1010001 | 0 | 101100 | 111001 | 11011 | 1101 | 101100 | 110101 |
Color Harmonies of #BB6851
Complementary color
Monochromatic Colors of #BB6851
Black with #BB6851
Text Example
Text Example
White with #BB6851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6851; }
p { color: rgb(187,104,81); }
H1.HeaderClassName
{
color: #BB6851;
}
.AnyTagClassName
{
color: #BB6851;
}
</style>
background-color css
<style>
a { background-color: #BB6851; }
a { background-color: rgb(187,104,81); }
div.DivClassName
{
background-color: #BB6851;
}
.BgClassName
{
background-color: #BB6851;
}
</style>
border-color css
<style>
span { border-color: #BB6851; }
span { border-color: rgb(187,104,81); }
td.TdClassName
{
border-color: #BB6851;
}
.TagClassName
{
border-color: #BB6851;
}
</style>