Shades of Flame Pea #BB5945
Tints of Flame Pea #BB5945
RGB
CMYK
RGB Variations
Color information
#BB5945 (or 0xBB5945) is known color: Flame Pea. HEX triplet: BB, 59 and 45. RGB value is (187,89,69). Sum of RGB (Red+Green+Blue) = 187+89+69=345 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.20% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 69 (27.34% from 255 or 20% from 345); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5945 is #44A6BA. Grayscale: #747474. Windows color (decimal): -4499131 or 4544955. OLE color: 4544955.
HSL color Cylindrical-coordinate representation of color #BB5945: hue angle of 10.17º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB5945 is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 89 | 69 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.27 |
| HSL | 10.17º | 0.46% | 0.5% | - |
| HSV(B) | 10.17º | 0.63% | 0.73% | - |
| XYZ | 25.14 | 18.14 | 7.81 | - |
| YUV | 116.02 | 101.47 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 89 | 69 | 0 | 0.52 | 0.63 | 0.27 | 10.17 | 0.46 | 0.5 |
| Hex | BB | 59 | 45 | 0 | 34 | 3F | 1B | A | 2E | 32 |
| Octal | 273 | 131 | 105 | 0 | 64 | 77 | 33 | 12 | 56 | 62 |
| Binary | 10111011 | 1011001 | 1000101 | 0 | 110100 | 111111 | 11011 | 1010 | 101110 | 110010 |
Color Harmonies of #BB5945
Complementary color
Monochromatic Colors of #BB5945
Black with #BB5945
Text Example
Text Example
White with #BB5945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5945; }
p { color: rgb(187,89,69); }
H1.HeaderClassName
{
color: #BB5945;
}
.AnyTagClassName
{
color: #BB5945;
}
</style>
background-color css
<style>
a { background-color: #BB5945; }
a { background-color: rgb(187,89,69); }
div.DivClassName
{
background-color: #BB5945;
}
.BgClassName
{
background-color: #BB5945;
}
</style>
border-color css
<style>
span { border-color: #BB5945; }
span { border-color: rgb(187,89,69); }
td.TdClassName
{
border-color: #BB5945;
}
.TagClassName
{
border-color: #BB5945;
}
</style>