Shades of Flame Pea #B85C49
Tints of Flame Pea #B85C49
RGB
CMYK
RGB Variations
Color information
#B85C49 (or 0xB85C49) is known color: Flame Pea. HEX triplet: B8, 5C and 49. RGB value is (184,92,73). Sum of RGB (Red+Green+Blue) = 184+92+73=349 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.72% from 349); Green value is 92 (36.33% from 255 or 26.36% from 349); Blue value is 73 (28.91% from 255 or 20.92% from 349); Max value from RGB is 184 - color contains mainly: red. Hex color #B85C49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85C49 is #47A3B6. Grayscale: #757575. Windows color (decimal): -4694967 or 4807864. OLE color: 4807864.
HSL color Cylindrical-coordinate representation of color #B85C49: hue angle of 10.27º 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 #B85C49 is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 92 | 73 | - |
| CMYK | 0 | 0.50 | 0.60 | 0.28 |
| HSL | 10.27º | 0.44% | 0.5% | - |
| HSV(B) | 10.27º | 0.6% | 0.72% | - |
| XYZ | 24.8 | 18.33 | 8.53 | - |
| YUV | 117.34 | 102.98 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 92 | 73 | 0 | 0.50 | 0.60 | 0.28 | 10.27 | 0.44 | 0.5 |
| Hex | B8 | 5C | 49 | 0 | 32 | 3C | 1C | A | 2C | 32 |
| Octal | 270 | 134 | 111 | 0 | 62 | 74 | 34 | 12 | 54 | 62 |
| Binary | 10111000 | 1011100 | 1001001 | 0 | 110010 | 111100 | 11100 | 1010 | 101100 | 110010 |
Color Harmonies of #B85C49
Complementary color
Monochromatic Colors of #B85C49
Black with #B85C49
Text Example
Text Example
White with #B85C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85C49; }
p { color: rgb(184,92,73); }
H1.HeaderClassName
{
color: #B85C49;
}
.AnyTagClassName
{
color: #B85C49;
}
</style>
background-color css
<style>
a { background-color: #B85C49; }
a { background-color: rgb(184,92,73); }
div.DivClassName
{
background-color: #B85C49;
}
.BgClassName
{
background-color: #B85C49;
}
</style>
border-color css
<style>
span { border-color: #B85C49; }
span { border-color: rgb(184,92,73); }
td.TdClassName
{
border-color: #B85C49;
}
.TagClassName
{
border-color: #B85C49;
}
</style>