Shades of Flame Pea #B8574B
Tints of Flame Pea #B8574B
RGB
CMYK
RGB Variations
Color information
#B8574B (or 0xB8574B) is known color: Flame Pea. HEX triplet: B8, 57 and 4B. RGB value is (184,87,75). Sum of RGB (Red+Green+Blue) = 184+87+75=346 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.18% from 346); Green value is 87 (34.38% from 255 or 25.14% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 184 - color contains mainly: red. Hex color #B8574B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8574B is #47A8B4. Grayscale: #727272. Windows color (decimal): -4696245 or 4937656. OLE color: 4937656.
HSL color Cylindrical-coordinate representation of color #B8574B: hue angle of 6.61º 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 #B8574B is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 87 | 75 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.28 |
| HSL | 6.61º | 0.43% | 0.51% | - |
| HSV(B) | 6.61º | 0.59% | 0.72% | - |
| XYZ | 24.45 | 17.51 | 8.75 | - |
| YUV | 114.64 | 105.64 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 87 | 75 | 0 | 0.53 | 0.59 | 0.28 | 6.61 | 0.43 | 0.51 |
| Hex | B8 | 57 | 4B | 0 | 35 | 3B | 1C | 7 | 2B | 33 |
| Octal | 270 | 127 | 113 | 0 | 65 | 73 | 34 | 7 | 53 | 63 |
| Binary | 10111000 | 1010111 | 1001011 | 0 | 110101 | 111011 | 11100 | 111 | 101011 | 110011 |
Color Harmonies of #B8574B
Complementary color
Monochromatic Colors of #B8574B
Black with #B8574B
Text Example
Text Example
White with #B8574B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8574B; }
p { color: rgb(184,87,75); }
H1.HeaderClassName
{
color: #B8574B;
}
.AnyTagClassName
{
color: #B8574B;
}
</style>
background-color css
<style>
a { background-color: #B8574B; }
a { background-color: rgb(184,87,75); }
div.DivClassName
{
background-color: #B8574B;
}
.BgClassName
{
background-color: #B8574B;
}
</style>
border-color css
<style>
span { border-color: #B8574B; }
span { border-color: rgb(184,87,75); }
td.TdClassName
{
border-color: #B8574B;
}
.TagClassName
{
border-color: #B8574B;
}
</style>