Shades of Flame Pea #BB694F
Tints of Flame Pea #BB694F
RGB
CMYK
RGB Variations
Color information
#BB694F (or 0xBB694F) is known color: Flame Pea. HEX triplet: BB, 69 and 4F. RGB value is (187,105,79). Sum of RGB (Red+Green+Blue) = 187+105+79=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB694F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB694F is #4496B0. Grayscale: #7E7E7E. Windows color (decimal): -4495025 or 5204411. OLE color: 5204411.
HSL color Cylindrical-coordinate representation of color #BB694F: hue angle of 14.44º 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 #BB694F is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 105 | 79 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.27 |
| HSL | 14.44º | 0.44% | 0.52% | - |
| HSV(B) | 14.44º | 0.58% | 0.73% | - |
| XYZ | 26.96 | 21.23 | 10.07 | - |
| YUV | 126.55 | 101.17 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 105 | 79 | 0 | 0.44 | 0.58 | 0.27 | 14.44 | 0.44 | 0.52 |
| Hex | BB | 69 | 4F | 0 | 2C | 3A | 1B | E | 2C | 34 |
| Octal | 273 | 151 | 117 | 0 | 54 | 72 | 33 | 16 | 54 | 64 |
| Binary | 10111011 | 1101001 | 1001111 | 0 | 101100 | 111010 | 11011 | 1110 | 101100 | 110100 |
Color Harmonies of #BB694F
Complementary color
Monochromatic Colors of #BB694F
Black with #BB694F
Text Example
Text Example
White with #BB694F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB694F; }
p { color: rgb(187,105,79); }
H1.HeaderClassName
{
color: #BB694F;
}
.AnyTagClassName
{
color: #BB694F;
}
</style>
background-color css
<style>
a { background-color: #BB694F; }
a { background-color: rgb(187,105,79); }
div.DivClassName
{
background-color: #BB694F;
}
.BgClassName
{
background-color: #BB694F;
}
</style>
border-color css
<style>
span { border-color: #BB694F; }
span { border-color: rgb(187,105,79); }
td.TdClassName
{
border-color: #BB694F;
}
.TagClassName
{
border-color: #BB694F;
}
</style>