Shades of Flame Pea #BB654C
Tints of Flame Pea #BB654C
RGB
CMYK
RGB Variations
Color information
#BB654C (or 0xBB654C) is known color: Flame Pea. HEX triplet: BB, 65 and 4C. RGB value is (187,101,76). Sum of RGB (Red+Green+Blue) = 187+101+76=364 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.37% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 76 (30.08% from 255 or 20.88% from 364); Max value from RGB is 187 - color contains mainly: red. Hex color #BB654C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB654C is #449AB3. Grayscale: #7C7C7C. Windows color (decimal): -4496052 or 5006779. OLE color: 5006779.
HSL color Cylindrical-coordinate representation of color #BB654C: hue angle of 13.51º 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 #BB654C is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 101 | 76 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.27 |
| HSL | 13.51º | 0.45% | 0.52% | - |
| HSV(B) | 13.51º | 0.59% | 0.73% | - |
| XYZ | 26.45 | 20.39 | 9.38 | - |
| YUV | 123.86 | 100.99 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 101 | 76 | 0 | 0.46 | 0.59 | 0.27 | 13.51 | 0.45 | 0.52 |
| Hex | BB | 65 | 4C | 0 | 2E | 3B | 1B | E | 2D | 34 |
| Octal | 273 | 145 | 114 | 0 | 56 | 73 | 33 | 16 | 55 | 64 |
| Binary | 10111011 | 1100101 | 1001100 | 0 | 101110 | 111011 | 11011 | 1110 | 101101 | 110100 |
Color Harmonies of #BB654C
Complementary color
Monochromatic Colors of #BB654C
Black with #BB654C
Text Example
Text Example
White with #BB654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB654C; }
p { color: rgb(187,101,76); }
H1.HeaderClassName
{
color: #BB654C;
}
.AnyTagClassName
{
color: #BB654C;
}
</style>
background-color css
<style>
a { background-color: #BB654C; }
a { background-color: rgb(187,101,76); }
div.DivClassName
{
background-color: #BB654C;
}
.BgClassName
{
background-color: #BB654C;
}
</style>
border-color css
<style>
span { border-color: #BB654C; }
span { border-color: rgb(187,101,76); }
td.TdClassName
{
border-color: #BB654C;
}
.TagClassName
{
border-color: #BB654C;
}
</style>