Shades of Flame Pea #BB684D
Tints of Flame Pea #BB684D
RGB
CMYK
RGB Variations
Color information
#BB684D (or 0xBB684D) is known color: Flame Pea. HEX triplet: BB, 68 and 4D. RGB value is (187,104,77). Sum of RGB (Red+Green+Blue) = 187+104+77=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 104 (41.02% from 255 or 28.26% from 368); Blue value is 77 (30.47% from 255 or 20.92% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BB684D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB684D is #4497B2. Grayscale: #7D7D7D. Windows color (decimal): -4495283 or 5073083. OLE color: 5073083.
HSL color Cylindrical-coordinate representation of color #BB684D: hue angle of 14.73º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB684D is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 104 | 77 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.27 |
| HSL | 14.73º | 0.45% | 0.52% | - |
| HSV(B) | 14.73º | 0.59% | 0.73% | - |
| XYZ | 26.78 | 21 | 9.66 | - |
| YUV | 125.74 | 100.5 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 104 | 77 | 0 | 0.44 | 0.59 | 0.27 | 14.73 | 0.45 | 0.52 |
| Hex | BB | 68 | 4D | 0 | 2C | 3B | 1B | F | 2D | 34 |
| Octal | 273 | 150 | 115 | 0 | 54 | 73 | 33 | 17 | 55 | 64 |
| Binary | 10111011 | 1101000 | 1001101 | 0 | 101100 | 111011 | 11011 | 1111 | 101101 | 110100 |
Color Harmonies of #BB684D
Complementary color
Monochromatic Colors of #BB684D
Black with #BB684D
Text Example
Text Example
White with #BB684D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB684D; }
p { color: rgb(187,104,77); }
H1.HeaderClassName
{
color: #BB684D;
}
.AnyTagClassName
{
color: #BB684D;
}
</style>
background-color css
<style>
a { background-color: #BB684D; }
a { background-color: rgb(187,104,77); }
div.DivClassName
{
background-color: #BB684D;
}
.BgClassName
{
background-color: #BB684D;
}
</style>
border-color css
<style>
span { border-color: #BB684D; }
span { border-color: rgb(187,104,77); }
td.TdClassName
{
border-color: #BB684D;
}
.TagClassName
{
border-color: #BB684D;
}
</style>