Shades of Flame Pea #BB5E3F
Tints of Flame Pea #BB5E3F
RGB
CMYK
RGB Variations
Color information
#BB5E3F (or 0xBB5E3F) is known color: Flame Pea. HEX triplet: BB, 5E and 3F. RGB value is (187,94,63). Sum of RGB (Red+Green+Blue) = 187+94+63=344 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.36% from 344); Green value is 94 (37.11% from 255 or 27.33% from 344); Blue value is 63 (25% from 255 or 18.31% from 344); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5E3F is #44A1C0. Grayscale: #767676. Windows color (decimal): -4497857 or 4153019. OLE color: 4153019.
HSL color Cylindrical-coordinate representation of color #BB5E3F: hue angle of 15º 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 #BB5E3F is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 94 | 63 | - |
| CMYK | 0 | 0.50 | 0.66 | 0.27 |
| HSL | 15º | 0.5% | 0.49% | - |
| HSV(B) | 15º | 0.66% | 0.73% | - |
| XYZ | 25.39 | 18.93 | 7.02 | - |
| YUV | 118.27 | 96.81 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 94 | 63 | 0 | 0.50 | 0.66 | 0.27 | 15 | 0.5 | 0.49 |
| Hex | BB | 5E | 3F | 0 | 32 | 42 | 1B | F | 32 | 31 |
| Octal | 273 | 136 | 77 | 0 | 62 | 102 | 33 | 17 | 62 | 61 |
| Binary | 10111011 | 1011110 | 111111 | 0 | 110010 | 1000010 | 11011 | 1111 | 110010 | 110001 |
Color Harmonies of #BB5E3F
Complementary color
Monochromatic Colors of #BB5E3F
Black with #BB5E3F
Text Example
Text Example
White with #BB5E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5E3F; }
p { color: rgb(187,94,63); }
H1.HeaderClassName
{
color: #BB5E3F;
}
.AnyTagClassName
{
color: #BB5E3F;
}
</style>
background-color css
<style>
a { background-color: #BB5E3F; }
a { background-color: rgb(187,94,63); }
div.DivClassName
{
background-color: #BB5E3F;
}
.BgClassName
{
background-color: #BB5E3F;
}
</style>
border-color css
<style>
span { border-color: #BB5E3F; }
span { border-color: rgb(187,94,63); }
td.TdClassName
{
border-color: #BB5E3F;
}
.TagClassName
{
border-color: #BB5E3F;
}
</style>