Shades of Flame Pea #BB694C
Tints of Flame Pea #BB694C
RGB
CMYK
RGB Variations
Color information
#BB694C (or 0xBB694C) is known color: Flame Pea. HEX triplet: BB, 69 and 4C. RGB value is (187,105,76). Sum of RGB (Red+Green+Blue) = 187+105+76=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 76 (30.08% from 255 or 20.65% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BB694C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB694C is #4496B3. Grayscale: #7E7E7E. Windows color (decimal): -4495028 or 5007803. OLE color: 5007803.
HSL color Cylindrical-coordinate representation of color #BB694C: hue angle of 15.68º 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 #BB694C is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 105 | 76 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.27 |
| HSL | 15.68º | 0.45% | 0.52% | - |
| HSV(B) | 15.68º | 0.59% | 0.73% | - |
| XYZ | 26.85 | 21.19 | 9.51 | - |
| YUV | 126.21 | 99.67 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 105 | 76 | 0 | 0.44 | 0.59 | 0.27 | 15.68 | 0.45 | 0.52 |
| Hex | BB | 69 | 4C | 0 | 2C | 3B | 1B | 10 | 2D | 34 |
| Octal | 273 | 151 | 114 | 0 | 54 | 73 | 33 | 20 | 55 | 64 |
| Binary | 10111011 | 1101001 | 1001100 | 0 | 101100 | 111011 | 11011 | 10000 | 101101 | 110100 |
Color Harmonies of #BB694C
Complementary color
Monochromatic Colors of #BB694C
Black with #BB694C
Text Example
Text Example
White with #BB694C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB694C; }
p { color: rgb(187,105,76); }
H1.HeaderClassName
{
color: #BB694C;
}
.AnyTagClassName
{
color: #BB694C;
}
</style>
background-color css
<style>
a { background-color: #BB694C; }
a { background-color: rgb(187,105,76); }
div.DivClassName
{
background-color: #BB694C;
}
.BgClassName
{
background-color: #BB694C;
}
</style>
border-color css
<style>
span { border-color: #BB694C; }
span { border-color: rgb(187,105,76); }
td.TdClassName
{
border-color: #BB694C;
}
.TagClassName
{
border-color: #BB694C;
}
</style>