Shades of Flame Pea #B85A49
Tints of Flame Pea #B85A49
RGB
CMYK
RGB Variations
Color information
#B85A49 (or 0xB85A49) is known color: Flame Pea. HEX triplet: B8, 5A and 49. RGB value is (184,90,73). Sum of RGB (Red+Green+Blue) = 184+90+73=347 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.03% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 73 (28.91% from 255 or 21.04% from 347); Max value from RGB is 184 - color contains mainly: red. Hex color #B85A49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85A49 is #47A5B6. Grayscale: #747474. Windows color (decimal): -4695479 or 4807352. OLE color: 4807352.
HSL color Cylindrical-coordinate representation of color #B85A49: hue angle of 9.19º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B85A49 is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 90 | 73 | - |
| CMYK | 0 | 0.51 | 0.60 | 0.28 |
| HSL | 9.19º | 0.44% | 0.5% | - |
| HSV(B) | 9.19º | 0.6% | 0.72% | - |
| XYZ | 24.63 | 17.98 | 8.48 | - |
| YUV | 116.17 | 103.64 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 90 | 73 | 0 | 0.51 | 0.60 | 0.28 | 9.19 | 0.44 | 0.5 |
| Hex | B8 | 5A | 49 | 0 | 33 | 3C | 1C | 9 | 2C | 32 |
| Octal | 270 | 132 | 111 | 0 | 63 | 74 | 34 | 11 | 54 | 62 |
| Binary | 10111000 | 1011010 | 1001001 | 0 | 110011 | 111100 | 11100 | 1001 | 101100 | 110010 |
Color Harmonies of #B85A49
Complementary color
Monochromatic Colors of #B85A49
Black with #B85A49
Text Example
Text Example
White with #B85A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85A49; }
p { color: rgb(184,90,73); }
H1.HeaderClassName
{
color: #B85A49;
}
.AnyTagClassName
{
color: #B85A49;
}
</style>
background-color css
<style>
a { background-color: #B85A49; }
a { background-color: rgb(184,90,73); }
div.DivClassName
{
background-color: #B85A49;
}
.BgClassName
{
background-color: #B85A49;
}
</style>
border-color css
<style>
span { border-color: #B85A49; }
span { border-color: rgb(184,90,73); }
td.TdClassName
{
border-color: #B85A49;
}
.TagClassName
{
border-color: #B85A49;
}
</style>