Shades of Flame Pea #BB5843
Tints of Flame Pea #BB5843
RGB
CMYK
RGB Variations
Color information
#BB5843 (or 0xBB5843) is known color: Flame Pea. HEX triplet: BB, 58 and 43. RGB value is (187,88,67). Sum of RGB (Red+Green+Blue) = 187+88+67=342 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.68% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 67 (26.56% from 255 or 19.59% from 342); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5843 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5843 is #44A7BC. Grayscale: #737373. Windows color (decimal): -4499389 or 4413627. OLE color: 4413627.
HSL color Cylindrical-coordinate representation of color #BB5843: hue angle of 10.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB5843 is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 88 | 67 | - |
| CMYK | 0 | 0.53 | 0.64 | 0.27 |
| HSL | 10.5º | 0.47% | 0.5% | - |
| HSV(B) | 10.5º | 0.64% | 0.73% | - |
| XYZ | 25 | 17.95 | 7.46 | - |
| YUV | 115.21 | 100.8 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 88 | 67 | 0 | 0.53 | 0.64 | 0.27 | 10.5 | 0.47 | 0.5 |
| Hex | BB | 58 | 43 | 0 | 35 | 40 | 1B | A | 2F | 32 |
| Octal | 273 | 130 | 103 | 0 | 65 | 100 | 33 | 12 | 57 | 62 |
| Binary | 10111011 | 1011000 | 1000011 | 0 | 110101 | 1000000 | 11011 | 1010 | 101111 | 110010 |
Color Harmonies of #BB5843
Complementary color
Monochromatic Colors of #BB5843
Black with #BB5843
Text Example
Text Example
White with #BB5843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5843; }
p { color: rgb(187,88,67); }
H1.HeaderClassName
{
color: #BB5843;
}
.AnyTagClassName
{
color: #BB5843;
}
</style>
background-color css
<style>
a { background-color: #BB5843; }
a { background-color: rgb(187,88,67); }
div.DivClassName
{
background-color: #BB5843;
}
.BgClassName
{
background-color: #BB5843;
}
</style>
border-color css
<style>
span { border-color: #BB5843; }
span { border-color: rgb(187,88,67); }
td.TdClassName
{
border-color: #BB5843;
}
.TagClassName
{
border-color: #BB5843;
}
</style>