Shades of Flame Pea #BB6850
Tints of Flame Pea #BB6850
RGB
CMYK
RGB Variations
Color information
#BB6850 (or 0xBB6850) is known color: Flame Pea. HEX triplet: BB, 68 and 50. RGB value is (187,104,80). Sum of RGB (Red+Green+Blue) = 187+104+80=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6850 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6850 is #4497AF. Grayscale: #7E7E7E. Windows color (decimal): -4495280 or 5269691. OLE color: 5269691.
HSL color Cylindrical-coordinate representation of color #BB6850: hue angle of 13.46º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB6850 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 104 | 80 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.27 |
| HSL | 13.46º | 0.44% | 0.52% | - |
| HSV(B) | 13.46º | 0.57% | 0.73% | - |
| XYZ | 26.89 | 21.04 | 10.23 | - |
| YUV | 126.08 | 102 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 104 | 80 | 0 | 0.44 | 0.57 | 0.27 | 13.46 | 0.44 | 0.52 |
| Hex | BB | 68 | 50 | 0 | 2C | 39 | 1B | D | 2C | 34 |
| Octal | 273 | 150 | 120 | 0 | 54 | 71 | 33 | 15 | 54 | 64 |
| Binary | 10111011 | 1101000 | 1010000 | 0 | 101100 | 111001 | 11011 | 1101 | 101100 | 110100 |
Color Harmonies of #BB6850
Complementary color
Monochromatic Colors of #BB6850
Black with #BB6850
Text Example
Text Example
White with #BB6850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6850; }
p { color: rgb(187,104,80); }
H1.HeaderClassName
{
color: #BB6850;
}
.AnyTagClassName
{
color: #BB6850;
}
</style>
background-color css
<style>
a { background-color: #BB6850; }
a { background-color: rgb(187,104,80); }
div.DivClassName
{
background-color: #BB6850;
}
.BgClassName
{
background-color: #BB6850;
}
</style>
border-color css
<style>
span { border-color: #BB6850; }
span { border-color: rgb(187,104,80); }
td.TdClassName
{
border-color: #BB6850;
}
.TagClassName
{
border-color: #BB6850;
}
</style>