Shades of Flame Pea #BB5F4C
Tints of Flame Pea #BB5F4C
RGB
CMYK
RGB Variations
Color information
#BB5F4C (or 0xBB5F4C) is known color: Flame Pea. HEX triplet: BB, 5F and 4C. RGB value is (187,95,76). Sum of RGB (Red+Green+Blue) = 187+95+76=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 76 (30.08% from 255 or 21.23% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5F4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5F4C is #44A0B3. Grayscale: #787878. Windows color (decimal): -4497588 or 5005243. OLE color: 5005243.
HSL color Cylindrical-coordinate representation of color #BB5F4C: hue angle of 10.27º 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 #BB5F4C is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 95 | 76 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.27 |
| HSL | 10.27º | 0.45% | 0.52% | - |
| HSV(B) | 10.27º | 0.59% | 0.73% | - |
| XYZ | 25.89 | 19.27 | 9.19 | - |
| YUV | 120.34 | 102.98 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 95 | 76 | 0 | 0.49 | 0.59 | 0.27 | 10.27 | 0.45 | 0.52 |
| Hex | BB | 5F | 4C | 0 | 31 | 3B | 1B | A | 2D | 34 |
| Octal | 273 | 137 | 114 | 0 | 61 | 73 | 33 | 12 | 55 | 64 |
| Binary | 10111011 | 1011111 | 1001100 | 0 | 110001 | 111011 | 11011 | 1010 | 101101 | 110100 |
Color Harmonies of #BB5F4C
Complementary color
Monochromatic Colors of #BB5F4C
Black with #BB5F4C
Text Example
Text Example
White with #BB5F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5F4C; }
p { color: rgb(187,95,76); }
H1.HeaderClassName
{
color: #BB5F4C;
}
.AnyTagClassName
{
color: #BB5F4C;
}
</style>
background-color css
<style>
a { background-color: #BB5F4C; }
a { background-color: rgb(187,95,76); }
div.DivClassName
{
background-color: #BB5F4C;
}
.BgClassName
{
background-color: #BB5F4C;
}
</style>
border-color css
<style>
span { border-color: #BB5F4C; }
span { border-color: rgb(187,95,76); }
td.TdClassName
{
border-color: #BB5F4C;
}
.TagClassName
{
border-color: #BB5F4C;
}
</style>