Shades of Flame Pea #BB684E
Tints of Flame Pea #BB684E
RGB
CMYK
RGB Variations
Color information
#BB684E (or 0xBB684E) is known color: Flame Pea. HEX triplet: BB, 68 and 4E. RGB value is (187,104,78). Sum of RGB (Red+Green+Blue) = 187+104+78=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 78 (30.86% from 255 or 21.14% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BB684E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB684E is #4497B1. Grayscale: #7E7E7E. Windows color (decimal): -4495282 or 5138619. OLE color: 5138619.
HSL color Cylindrical-coordinate representation of color #BB684E: hue angle of 14.31º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB684E is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 104 | 78 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.27 |
| HSL | 14.31º | 0.44% | 0.52% | - |
| HSV(B) | 14.31º | 0.58% | 0.73% | - |
| XYZ | 26.82 | 21.02 | 9.85 | - |
| YUV | 125.85 | 101 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 104 | 78 | 0 | 0.44 | 0.58 | 0.27 | 14.31 | 0.44 | 0.52 |
| Hex | BB | 68 | 4E | 0 | 2C | 3A | 1B | E | 2C | 34 |
| Octal | 273 | 150 | 116 | 0 | 54 | 72 | 33 | 16 | 54 | 64 |
| Binary | 10111011 | 1101000 | 1001110 | 0 | 101100 | 111010 | 11011 | 1110 | 101100 | 110100 |
Color Harmonies of #BB684E
Complementary color
Monochromatic Colors of #BB684E
Black with #BB684E
Text Example
Text Example
White with #BB684E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB684E; }
p { color: rgb(187,104,78); }
H1.HeaderClassName
{
color: #BB684E;
}
.AnyTagClassName
{
color: #BB684E;
}
</style>
background-color css
<style>
a { background-color: #BB684E; }
a { background-color: rgb(187,104,78); }
div.DivClassName
{
background-color: #BB684E;
}
.BgClassName
{
background-color: #BB684E;
}
</style>
border-color css
<style>
span { border-color: #BB684E; }
span { border-color: rgb(187,104,78); }
td.TdClassName
{
border-color: #BB684E;
}
.TagClassName
{
border-color: #BB684E;
}
</style>