Shades of Flame Pea #BB654D
Tints of Flame Pea #BB654D
RGB
CMYK
RGB Variations
Color information
#BB654D (or 0xBB654D) is known color: Flame Pea. HEX triplet: BB, 65 and 4D. RGB value is (187,101,77). Sum of RGB (Red+Green+Blue) = 187+101+77=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BB654D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB654D is #449AB2. Grayscale: #7C7C7C. Windows color (decimal): -4496051 or 5072315. OLE color: 5072315.
HSL color Cylindrical-coordinate representation of color #BB654D: hue angle of 13.09º 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 #BB654D is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 101 | 77 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.27 |
| HSL | 13.09º | 0.45% | 0.52% | - |
| HSV(B) | 13.09º | 0.59% | 0.73% | - |
| XYZ | 26.49 | 20.41 | 9.56 | - |
| YUV | 123.98 | 101.49 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 101 | 77 | 0 | 0.46 | 0.59 | 0.27 | 13.09 | 0.45 | 0.52 |
| Hex | BB | 65 | 4D | 0 | 2E | 3B | 1B | D | 2D | 34 |
| Octal | 273 | 145 | 115 | 0 | 56 | 73 | 33 | 15 | 55 | 64 |
| Binary | 10111011 | 1100101 | 1001101 | 0 | 101110 | 111011 | 11011 | 1101 | 101101 | 110100 |
Color Harmonies of #BB654D
Complementary color
Monochromatic Colors of #BB654D
Black with #BB654D
Text Example
Text Example
White with #BB654D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB654D; }
p { color: rgb(187,101,77); }
H1.HeaderClassName
{
color: #BB654D;
}
.AnyTagClassName
{
color: #BB654D;
}
</style>
background-color css
<style>
a { background-color: #BB654D; }
a { background-color: rgb(187,101,77); }
div.DivClassName
{
background-color: #BB654D;
}
.BgClassName
{
background-color: #BB654D;
}
</style>
border-color css
<style>
span { border-color: #BB654D; }
span { border-color: rgb(187,101,77); }
td.TdClassName
{
border-color: #BB654D;
}
.TagClassName
{
border-color: #BB654D;
}
</style>