Shades of Flame Pea #B85D50
Tints of Flame Pea #B85D50
RGB
CMYK
RGB Variations
Color information
#B85D50 (or 0xB85D50) is known color: Flame Pea. HEX triplet: B8, 5D and 50. RGB value is (184,93,80). Sum of RGB (Red+Green+Blue) = 184+93+80=357 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.54% from 357); Green value is 93 (36.72% from 255 or 26.05% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 184 - color contains mainly: red. Hex color #B85D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85D50 is #47A2AF. Grayscale: #767676. Windows color (decimal): -4694704 or 5266872. OLE color: 5266872.
HSL color Cylindrical-coordinate representation of color #B85D50: hue angle of 7.5º 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 #B85D50 is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 93 | 80 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.28 |
| HSL | 7.5º | 0.42% | 0.52% | - |
| HSV(B) | 7.5º | 0.57% | 0.72% | - |
| XYZ | 25.13 | 18.6 | 9.85 | - |
| YUV | 118.73 | 106.15 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 93 | 80 | 0 | 0.49 | 0.57 | 0.28 | 7.5 | 0.42 | 0.52 |
| Hex | B8 | 5D | 50 | 0 | 31 | 39 | 1C | 8 | 2A | 34 |
| Octal | 270 | 135 | 120 | 0 | 61 | 71 | 34 | 10 | 52 | 64 |
| Binary | 10111000 | 1011101 | 1010000 | 0 | 110001 | 111001 | 11100 | 1000 | 101010 | 110100 |
Color Harmonies of #B85D50
Complementary color
Monochromatic Colors of #B85D50
Black with #B85D50
Text Example
Text Example
White with #B85D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85D50; }
p { color: rgb(184,93,80); }
H1.HeaderClassName
{
color: #B85D50;
}
.AnyTagClassName
{
color: #B85D50;
}
</style>
background-color css
<style>
a { background-color: #B85D50; }
a { background-color: rgb(184,93,80); }
div.DivClassName
{
background-color: #B85D50;
}
.BgClassName
{
background-color: #B85D50;
}
</style>
border-color css
<style>
span { border-color: #B85D50; }
span { border-color: rgb(184,93,80); }
td.TdClassName
{
border-color: #B85D50;
}
.TagClassName
{
border-color: #B85D50;
}
</style>