Shades of Flame Pea #B8593F
Tints of Flame Pea #B8593F
RGB
CMYK
RGB Variations
Color information
#B8593F (or 0xB8593F) is known color: Flame Pea. HEX triplet: B8, 59 and 3F. RGB value is (184,89,63). Sum of RGB (Red+Green+Blue) = 184+89+63=336 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.76% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 63 (25% from 255 or 18.75% from 336); Max value from RGB is 184 - color contains mainly: red. Hex color #B8593F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8593F is #47A6C0. Grayscale: #727272. Windows color (decimal): -4695745 or 4151736. OLE color: 4151736.
HSL color Cylindrical-coordinate representation of color #B8593F: hue angle of 12.89º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B8593F is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 89 | 63 | - |
| CMYK | 0 | 0.52 | 0.66 | 0.28 |
| HSL | 12.89º | 0.49% | 0.48% | - |
| HSV(B) | 12.89º | 0.66% | 0.72% | - |
| XYZ | 24.24 | 17.69 | 6.84 | - |
| YUV | 114.44 | 98.97 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 89 | 63 | 0 | 0.52 | 0.66 | 0.28 | 12.89 | 0.49 | 0.48 |
| Hex | B8 | 59 | 3F | 0 | 34 | 42 | 1C | D | 31 | 30 |
| Octal | 270 | 131 | 77 | 0 | 64 | 102 | 34 | 15 | 61 | 60 |
| Binary | 10111000 | 1011001 | 111111 | 0 | 110100 | 1000010 | 11100 | 1101 | 110001 | 110000 |
Color Harmonies of #B8593F
Complementary color
Monochromatic Colors of #B8593F
Black with #B8593F
Text Example
Text Example
White with #B8593F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8593F; }
p { color: rgb(184,89,63); }
H1.HeaderClassName
{
color: #B8593F;
}
.AnyTagClassName
{
color: #B8593F;
}
</style>
background-color css
<style>
a { background-color: #B8593F; }
a { background-color: rgb(184,89,63); }
div.DivClassName
{
background-color: #B8593F;
}
.BgClassName
{
background-color: #B8593F;
}
</style>
border-color css
<style>
span { border-color: #B8593F; }
span { border-color: rgb(184,89,63); }
td.TdClassName
{
border-color: #B8593F;
}
.TagClassName
{
border-color: #B8593F;
}
</style>