Shades of Flame Pea #B85D47
Tints of Flame Pea #B85D47
RGB
CMYK
RGB Variations
Color information
#B85D47 (or 0xB85D47) is known color: Flame Pea. HEX triplet: B8, 5D and 47. RGB value is (184,93,71). Sum of RGB (Red+Green+Blue) = 184+93+71=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 71 (28.12% from 255 or 20.40% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B85D47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85D47 is #47A2B8. Grayscale: #757575. Windows color (decimal): -4694713 or 4677048. OLE color: 4677048.
HSL color Cylindrical-coordinate representation of color #B85D47: hue angle of 11.68º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B85D47 is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 93 | 71 | - |
| CMYK | 0 | 0.49 | 0.61 | 0.28 |
| HSL | 11.68º | 0.44% | 0.5% | - |
| HSV(B) | 11.68º | 0.61% | 0.72% | - |
| XYZ | 24.82 | 18.47 | 8.22 | - |
| YUV | 117.7 | 101.65 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 93 | 71 | 0 | 0.49 | 0.61 | 0.28 | 11.68 | 0.44 | 0.5 |
| Hex | B8 | 5D | 47 | 0 | 31 | 3D | 1C | C | 2C | 32 |
| Octal | 270 | 135 | 107 | 0 | 61 | 75 | 34 | 14 | 54 | 62 |
| Binary | 10111000 | 1011101 | 1000111 | 0 | 110001 | 111101 | 11100 | 1100 | 101100 | 110010 |
Color Harmonies of #B85D47
Complementary color
Monochromatic Colors of #B85D47
Black with #B85D47
Text Example
Text Example
White with #B85D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85D47; }
p { color: rgb(184,93,71); }
H1.HeaderClassName
{
color: #B85D47;
}
.AnyTagClassName
{
color: #B85D47;
}
</style>
background-color css
<style>
a { background-color: #B85D47; }
a { background-color: rgb(184,93,71); }
div.DivClassName
{
background-color: #B85D47;
}
.BgClassName
{
background-color: #B85D47;
}
</style>
border-color css
<style>
span { border-color: #B85D47; }
span { border-color: rgb(184,93,71); }
td.TdClassName
{
border-color: #B85D47;
}
.TagClassName
{
border-color: #B85D47;
}
</style>