Shades of Flame Pea #B8583F
Tints of Flame Pea #B8583F
RGB
CMYK
RGB Variations
Color information
#B8583F (or 0xB8583F) is known color: Flame Pea. HEX triplet: B8, 58 and 3F. RGB value is (184,88,63). Sum of RGB (Red+Green+Blue) = 184+88+63=335 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.93% from 335); Green value is 88 (34.77% from 255 or 26.27% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 184 - color contains mainly: red. Hex color #B8583F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8583F is #47A7C0. Grayscale: #727272. Windows color (decimal): -4696001 or 4151480. OLE color: 4151480.
HSL color Cylindrical-coordinate representation of color #B8583F: hue angle of 12.4º 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 #B8583F is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 88 | 63 | - |
| CMYK | 0 | 0.52 | 0.66 | 0.28 |
| HSL | 12.4º | 0.49% | 0.48% | - |
| HSV(B) | 12.4º | 0.66% | 0.72% | - |
| XYZ | 24.15 | 17.53 | 6.81 | - |
| YUV | 113.85 | 99.3 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 88 | 63 | 0 | 0.52 | 0.66 | 0.28 | 12.4 | 0.49 | 0.48 |
| Hex | B8 | 58 | 3F | 0 | 34 | 42 | 1C | C | 31 | 30 |
| Octal | 270 | 130 | 77 | 0 | 64 | 102 | 34 | 14 | 61 | 60 |
| Binary | 10111000 | 1011000 | 111111 | 0 | 110100 | 1000010 | 11100 | 1100 | 110001 | 110000 |
Color Harmonies of #B8583F
Complementary color
Monochromatic Colors of #B8583F
Black with #B8583F
Text Example
Text Example
White with #B8583F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8583F; }
p { color: rgb(184,88,63); }
H1.HeaderClassName
{
color: #B8583F;
}
.AnyTagClassName
{
color: #B8583F;
}
</style>
background-color css
<style>
a { background-color: #B8583F; }
a { background-color: rgb(184,88,63); }
div.DivClassName
{
background-color: #B8583F;
}
.BgClassName
{
background-color: #B8583F;
}
</style>
border-color css
<style>
span { border-color: #B8583F; }
span { border-color: rgb(184,88,63); }
td.TdClassName
{
border-color: #B8583F;
}
.TagClassName
{
border-color: #B8583F;
}
</style>