Shades of Flame Pea #BB573F
Tints of Flame Pea #BB573F
RGB
CMYK
RGB Variations
Color information
#BB573F (or 0xBB573F) is known color: Flame Pea. HEX triplet: BB, 57 and 3F. RGB value is (187,87,63). Sum of RGB (Red+Green+Blue) = 187+87+63=337 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.49% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 63 (25% from 255 or 18.69% from 337); Max value from RGB is 187 - color contains mainly: red. Hex color #BB573F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB573F is #44A8C0. Grayscale: #727272. Windows color (decimal): -4499649 or 4151227. OLE color: 4151227.
HSL color Cylindrical-coordinate representation of color #BB573F: hue angle of 11.61º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB573F is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 87 | 63 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.27 |
| HSL | 11.61º | 0.5% | 0.49% | - |
| HSV(B) | 11.61º | 0.66% | 0.73% | - |
| XYZ | 24.8 | 17.74 | 6.82 | - |
| YUV | 114.16 | 99.13 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 87 | 63 | 0 | 0.53 | 0.66 | 0.27 | 11.61 | 0.5 | 0.49 |
| Hex | BB | 57 | 3F | 0 | 35 | 42 | 1B | C | 32 | 31 |
| Octal | 273 | 127 | 77 | 0 | 65 | 102 | 33 | 14 | 62 | 61 |
| Binary | 10111011 | 1010111 | 111111 | 0 | 110101 | 1000010 | 11011 | 1100 | 110010 | 110001 |
Color Harmonies of #BB573F
Complementary color
Monochromatic Colors of #BB573F
Black with #BB573F
Text Example
Text Example
White with #BB573F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB573F; }
p { color: rgb(187,87,63); }
H1.HeaderClassName
{
color: #BB573F;
}
.AnyTagClassName
{
color: #BB573F;
}
</style>
background-color css
<style>
a { background-color: #BB573F; }
a { background-color: rgb(187,87,63); }
div.DivClassName
{
background-color: #BB573F;
}
.BgClassName
{
background-color: #BB573F;
}
</style>
border-color css
<style>
span { border-color: #BB573F; }
span { border-color: rgb(187,87,63); }
td.TdClassName
{
border-color: #BB573F;
}
.TagClassName
{
border-color: #BB573F;
}
</style>