Shades of Flame Pea #B85C46
Tints of Flame Pea #B85C46
RGB
CMYK
RGB Variations
Color information
#B85C46 (or 0xB85C46) is known color: Flame Pea. HEX triplet: B8, 5C and 46. RGB value is (184,92,70). Sum of RGB (Red+Green+Blue) = 184+92+70=346 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.18% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 184 - color contains mainly: red. Hex color #B85C46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85C46 is #47A3B9. Grayscale: #757575. Windows color (decimal): -4694970 or 4611256. OLE color: 4611256.
HSL color Cylindrical-coordinate representation of color #B85C46: hue angle of 11.58º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B85C46 is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 92 | 70 | - |
| CMYK | 0 | 0.50 | 0.62 | 0.28 |
| HSL | 11.58º | 0.45% | 0.5% | - |
| HSV(B) | 11.58º | 0.62% | 0.72% | - |
| XYZ | 24.7 | 18.29 | 8.02 | - |
| YUV | 117 | 101.48 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 92 | 70 | 0 | 0.50 | 0.62 | 0.28 | 11.58 | 0.45 | 0.5 |
| Hex | B8 | 5C | 46 | 0 | 32 | 3E | 1C | C | 2D | 32 |
| Octal | 270 | 134 | 106 | 0 | 62 | 76 | 34 | 14 | 55 | 62 |
| Binary | 10111000 | 1011100 | 1000110 | 0 | 110010 | 111110 | 11100 | 1100 | 101101 | 110010 |
Color Harmonies of #B85C46
Complementary color
Monochromatic Colors of #B85C46
Black with #B85C46
Text Example
Text Example
White with #B85C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85C46; }
p { color: rgb(184,92,70); }
H1.HeaderClassName
{
color: #B85C46;
}
.AnyTagClassName
{
color: #B85C46;
}
</style>
background-color css
<style>
a { background-color: #B85C46; }
a { background-color: rgb(184,92,70); }
div.DivClassName
{
background-color: #B85C46;
}
.BgClassName
{
background-color: #B85C46;
}
</style>
border-color css
<style>
span { border-color: #B85C46; }
span { border-color: rgb(184,92,70); }
td.TdClassName
{
border-color: #B85C46;
}
.TagClassName
{
border-color: #B85C46;
}
</style>