Shades of Flame Pea #BB6652
Tints of Flame Pea #BB6652
RGB
CMYK
RGB Variations
Color information
#BB6652 (or 0xBB6652) is known color: Flame Pea. HEX triplet: BB, 66 and 52. RGB value is (187,102,82). Sum of RGB (Red+Green+Blue) = 187+102+82=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6652 is #4499AD. Grayscale: #7D7D7D. Windows color (decimal): -4495790 or 5400251. OLE color: 5400251.
HSL color Cylindrical-coordinate representation of color #BB6652: hue angle of 11.43º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB6652 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 102 | 82 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.27 |
| HSL | 11.43º | 0.44% | 0.53% | - |
| HSV(B) | 11.43º | 0.56% | 0.73% | - |
| XYZ | 26.77 | 20.68 | 10.56 | - |
| YUV | 125.14 | 103.66 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 102 | 82 | 0 | 0.45 | 0.56 | 0.27 | 11.43 | 0.44 | 0.53 |
| Hex | BB | 66 | 52 | 0 | 2D | 38 | 1B | B | 2C | 35 |
| Octal | 273 | 146 | 122 | 0 | 55 | 70 | 33 | 13 | 54 | 65 |
| Binary | 10111011 | 1100110 | 1010010 | 0 | 101101 | 111000 | 11011 | 1011 | 101100 | 110101 |
Color Harmonies of #BB6652
Complementary color
Monochromatic Colors of #BB6652
Black with #BB6652
Text Example
Text Example
White with #BB6652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6652; }
p { color: rgb(187,102,82); }
H1.HeaderClassName
{
color: #BB6652;
}
.AnyTagClassName
{
color: #BB6652;
}
</style>
background-color css
<style>
a { background-color: #BB6652; }
a { background-color: rgb(187,102,82); }
div.DivClassName
{
background-color: #BB6652;
}
.BgClassName
{
background-color: #BB6652;
}
</style>
border-color css
<style>
span { border-color: #BB6652; }
span { border-color: rgb(187,102,82); }
td.TdClassName
{
border-color: #BB6652;
}
.TagClassName
{
border-color: #BB6652;
}
</style>