Shades of Flame Pea #B8594B
Tints of Flame Pea #B8594B
RGB
CMYK
RGB Variations
Color information
#B8594B (or 0xB8594B) is known color: Flame Pea. HEX triplet: B8, 59 and 4B. RGB value is (184,89,75). Sum of RGB (Red+Green+Blue) = 184+89+75=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 89 (35.16% from 255 or 25.57% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B8594B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8594B is #47A6B4. Grayscale: #737373. Windows color (decimal): -4695733 or 4938168. OLE color: 4938168.
HSL color Cylindrical-coordinate representation of color #B8594B: hue angle of 7.71º 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 #B8594B is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 89 | 75 | - |
| CMYK | 0 | 0.52 | 0.59 | 0.28 |
| HSL | 7.71º | 0.43% | 0.51% | - |
| HSV(B) | 7.71º | 0.59% | 0.72% | - |
| XYZ | 24.61 | 17.84 | 8.8 | - |
| YUV | 115.81 | 104.97 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 89 | 75 | 0 | 0.52 | 0.59 | 0.28 | 7.71 | 0.43 | 0.51 |
| Hex | B8 | 59 | 4B | 0 | 34 | 3B | 1C | 8 | 2B | 33 |
| Octal | 270 | 131 | 113 | 0 | 64 | 73 | 34 | 10 | 53 | 63 |
| Binary | 10111000 | 1011001 | 1001011 | 0 | 110100 | 111011 | 11100 | 1000 | 101011 | 110011 |
Color Harmonies of #B8594B
Complementary color
Monochromatic Colors of #B8594B
Black with #B8594B
Text Example
Text Example
White with #B8594B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8594B; }
p { color: rgb(184,89,75); }
H1.HeaderClassName
{
color: #B8594B;
}
.AnyTagClassName
{
color: #B8594B;
}
</style>
background-color css
<style>
a { background-color: #B8594B; }
a { background-color: rgb(184,89,75); }
div.DivClassName
{
background-color: #B8594B;
}
.BgClassName
{
background-color: #B8594B;
}
</style>
border-color css
<style>
span { border-color: #B8594B; }
span { border-color: rgb(184,89,75); }
td.TdClassName
{
border-color: #B8594B;
}
.TagClassName
{
border-color: #B8594B;
}
</style>