Shades of Flame Pea #B8624B
Tints of Flame Pea #B8624B
RGB
CMYK
RGB Variations
Color information
#B8624B (or 0xB8624B) is known color: Flame Pea. HEX triplet: B8, 62 and 4B. RGB value is (184,98,75). Sum of RGB (Red+Green+Blue) = 184+98+75=357 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.54% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 184 - color contains mainly: red. Hex color #B8624B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8624B is #479DB4. Grayscale: #797979. Windows color (decimal): -4693429 or 4940472. OLE color: 4940472.
HSL color Cylindrical-coordinate representation of color #B8624B: hue angle of 12.66º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B8624B is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 98 | 75 | - |
| CMYK | 0 | 0.47 | 0.59 | 0.28 |
| HSL | 12.66º | 0.43% | 0.51% | - |
| HSV(B) | 12.66º | 0.59% | 0.72% | - |
| XYZ | 25.4 | 19.43 | 9.07 | - |
| YUV | 121.09 | 101.99 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 98 | 75 | 0 | 0.47 | 0.59 | 0.28 | 12.66 | 0.43 | 0.51 |
| Hex | B8 | 62 | 4B | 0 | 2F | 3B | 1C | D | 2B | 33 |
| Octal | 270 | 142 | 113 | 0 | 57 | 73 | 34 | 15 | 53 | 63 |
| Binary | 10111000 | 1100010 | 1001011 | 0 | 101111 | 111011 | 11100 | 1101 | 101011 | 110011 |
Color Harmonies of #B8624B
Complementary color
Monochromatic Colors of #B8624B
Black with #B8624B
Text Example
Text Example
White with #B8624B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8624B; }
p { color: rgb(184,98,75); }
H1.HeaderClassName
{
color: #B8624B;
}
.AnyTagClassName
{
color: #B8624B;
}
</style>
background-color css
<style>
a { background-color: #B8624B; }
a { background-color: rgb(184,98,75); }
div.DivClassName
{
background-color: #B8624B;
}
.BgClassName
{
background-color: #B8624B;
}
</style>
border-color css
<style>
span { border-color: #B8624B; }
span { border-color: rgb(184,98,75); }
td.TdClassName
{
border-color: #B8624B;
}
.TagClassName
{
border-color: #B8624B;
}
</style>