Shades of Flame Pea #B45949
Tints of Flame Pea #B45949
RGB
CMYK
RGB Variations
Color information
#B45949 (or 0xB45949) is known color: Flame Pea. HEX triplet: B4, 59 and 49. RGB value is (180,89,73). Sum of RGB (Red+Green+Blue) = 180+89+73=342 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.63% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 180 - color contains mainly: red. Hex color #B45949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45949 is #4BA6B6. Grayscale: #727272. Windows color (decimal): -4957879 or 4807092. OLE color: 4807092.
HSL color Cylindrical-coordinate representation of color #B45949: hue angle of 8.97º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B45949 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 89 | 73 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.29 |
| HSL | 8.97º | 0.42% | 0.5% | - |
| HSV(B) | 8.97º | 0.59% | 0.71% | - |
| XYZ | 23.6 | 17.33 | 8.4 | - |
| YUV | 114.39 | 104.65 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 89 | 73 | 0 | 0.51 | 0.59 | 0.29 | 8.97 | 0.42 | 0.5 |
| Hex | B4 | 59 | 49 | 0 | 33 | 3B | 1D | 9 | 2A | 32 |
| Octal | 264 | 131 | 111 | 0 | 63 | 73 | 35 | 11 | 52 | 62 |
| Binary | 10110100 | 1011001 | 1001001 | 0 | 110011 | 111011 | 11101 | 1001 | 101010 | 110010 |
Color Harmonies of #B45949
Complementary color
Monochromatic Colors of #B45949
Black with #B45949
Text Example
Text Example
White with #B45949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45949; }
p { color: rgb(180,89,73); }
H1.HeaderClassName
{
color: #B45949;
}
.AnyTagClassName
{
color: #B45949;
}
</style>
background-color css
<style>
a { background-color: #B45949; }
a { background-color: rgb(180,89,73); }
div.DivClassName
{
background-color: #B45949;
}
.BgClassName
{
background-color: #B45949;
}
</style>
border-color css
<style>
span { border-color: #B45949; }
span { border-color: rgb(180,89,73); }
td.TdClassName
{
border-color: #B45949;
}
.TagClassName
{
border-color: #B45949;
}
</style>