Shades of Flame Pea #B85C50
Tints of Flame Pea #B85C50
RGB
CMYK
RGB Variations
Color information
#B85C50 (or 0xB85C50) is known color: Flame Pea. HEX triplet: B8, 5C and 50. RGB value is (184,92,80). Sum of RGB (Red+Green+Blue) = 184+92+80=356 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.69% from 356); Green value is 92 (36.33% from 255 or 25.84% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 184 - color contains mainly: red. Hex color #B85C50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85C50 is #47A3AF. Grayscale: #767676. Windows color (decimal): -4694960 or 5266616. OLE color: 5266616.
HSL color Cylindrical-coordinate representation of color #B85C50: hue angle of 6.92º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B85C50 is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 92 | 80 | - |
| CMYK | 0 | 0.50 | 0.57 | 0.28 |
| HSL | 6.92º | 0.42% | 0.52% | - |
| HSV(B) | 6.92º | 0.57% | 0.72% | - |
| XYZ | 25.04 | 18.42 | 9.83 | - |
| YUV | 118.14 | 106.48 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 92 | 80 | 0 | 0.50 | 0.57 | 0.28 | 6.92 | 0.42 | 0.52 |
| Hex | B8 | 5C | 50 | 0 | 32 | 39 | 1C | 7 | 2A | 34 |
| Octal | 270 | 134 | 120 | 0 | 62 | 71 | 34 | 7 | 52 | 64 |
| Binary | 10111000 | 1011100 | 1010000 | 0 | 110010 | 111001 | 11100 | 111 | 101010 | 110100 |
Color Harmonies of #B85C50
Complementary color
Monochromatic Colors of #B85C50
Black with #B85C50
Text Example
Text Example
White with #B85C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85C50; }
p { color: rgb(184,92,80); }
H1.HeaderClassName
{
color: #B85C50;
}
.AnyTagClassName
{
color: #B85C50;
}
</style>
background-color css
<style>
a { background-color: #B85C50; }
a { background-color: rgb(184,92,80); }
div.DivClassName
{
background-color: #B85C50;
}
.BgClassName
{
background-color: #B85C50;
}
</style>
border-color css
<style>
span { border-color: #B85C50; }
span { border-color: rgb(184,92,80); }
td.TdClassName
{
border-color: #B85C50;
}
.TagClassName
{
border-color: #B85C50;
}
</style>