Shades of Flame Pea #BB6552
Tints of Flame Pea #BB6552
RGB
CMYK
RGB Variations
Color information
#BB6552 (or 0xBB6552) is known color: Flame Pea. HEX triplet: BB, 65 and 52. RGB value is (187,101,82). Sum of RGB (Red+Green+Blue) = 187+101+82=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6552 is #449AAD. Grayscale: #7C7C7C. Windows color (decimal): -4496046 or 5399995. OLE color: 5399995.
HSL color Cylindrical-coordinate representation of color #BB6552: hue angle of 10.86º 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 #BB6552 is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 101 | 82 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.27 |
| HSL | 10.86º | 0.44% | 0.53% | - |
| HSV(B) | 10.86º | 0.56% | 0.73% | - |
| XYZ | 26.67 | 20.48 | 10.53 | - |
| YUV | 124.55 | 103.99 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 101 | 82 | 0 | 0.46 | 0.56 | 0.27 | 10.86 | 0.44 | 0.53 |
| Hex | BB | 65 | 52 | 0 | 2E | 38 | 1B | B | 2C | 35 |
| Octal | 273 | 145 | 122 | 0 | 56 | 70 | 33 | 13 | 54 | 65 |
| Binary | 10111011 | 1100101 | 1010010 | 0 | 101110 | 111000 | 11011 | 1011 | 101100 | 110101 |
Color Harmonies of #BB6552
Complementary color
Monochromatic Colors of #BB6552
Black with #BB6552
Text Example
Text Example
White with #BB6552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6552; }
p { color: rgb(187,101,82); }
H1.HeaderClassName
{
color: #BB6552;
}
.AnyTagClassName
{
color: #BB6552;
}
</style>
background-color css
<style>
a { background-color: #BB6552; }
a { background-color: rgb(187,101,82); }
div.DivClassName
{
background-color: #BB6552;
}
.BgClassName
{
background-color: #BB6552;
}
</style>
border-color css
<style>
span { border-color: #BB6552; }
span { border-color: rgb(187,101,82); }
td.TdClassName
{
border-color: #BB6552;
}
.TagClassName
{
border-color: #BB6552;
}
</style>