Shades of Flame Pea #B7584A
Tints of Flame Pea #B7584A
RGB
CMYK
RGB Variations
Color information
#B7584A (or 0xB7584A) is known color: Flame Pea. HEX triplet: B7, 58 and 4A. RGB value is (183,88,74). Sum of RGB (Red+Green+Blue) = 183+88+74=345 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.04% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 183 - color contains mainly: red. Hex color #B7584A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7584A is #48A7B5. Grayscale: #727272. Windows color (decimal): -4761526 or 4872375. OLE color: 4872375.
HSL color Cylindrical-coordinate representation of color #B7584A: hue angle of 7.71º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B7584A is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 88 | 74 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.28 |
| HSL | 7.71º | 0.43% | 0.5% | - |
| HSV(B) | 7.71º | 0.6% | 0.72% | - |
| XYZ | 24.25 | 17.54 | 8.59 | - |
| YUV | 114.81 | 104.97 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 88 | 74 | 0 | 0.52 | 0.60 | 0.28 | 7.71 | 0.43 | 0.5 |
| Hex | B7 | 58 | 4A | 0 | 34 | 3C | 1C | 8 | 2B | 32 |
| Octal | 267 | 130 | 112 | 0 | 64 | 74 | 34 | 10 | 53 | 62 |
| Binary | 10110111 | 1011000 | 1001010 | 0 | 110100 | 111100 | 11100 | 1000 | 101011 | 110010 |
Color Harmonies of #B7584A
Complementary color
Monochromatic Colors of #B7584A
Black with #B7584A
Text Example
Text Example
White with #B7584A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7584A; }
p { color: rgb(183,88,74); }
H1.HeaderClassName
{
color: #B7584A;
}
.AnyTagClassName
{
color: #B7584A;
}
</style>
background-color css
<style>
a { background-color: #B7584A; }
a { background-color: rgb(183,88,74); }
div.DivClassName
{
background-color: #B7584A;
}
.BgClassName
{
background-color: #B7584A;
}
</style>
border-color css
<style>
span { border-color: #B7584A; }
span { border-color: rgb(183,88,74); }
td.TdClassName
{
border-color: #B7584A;
}
.TagClassName
{
border-color: #B7584A;
}
</style>