Shades of Flame Pea #B7584C
Tints of Flame Pea #B7584C
RGB
CMYK
RGB Variations
Color information
#B7584C (or 0xB7584C) is known color: Flame Pea. HEX triplet: B7, 58 and 4C. RGB value is (183,88,76). Sum of RGB (Red+Green+Blue) = 183+88+76=347 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.74% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 183 - color contains mainly: red. Hex color #B7584C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7584C is #48A7B3. Grayscale: #737373. Windows color (decimal): -4761524 or 5003447. OLE color: 5003447.
HSL color Cylindrical-coordinate representation of color #B7584C: hue angle of 6.73º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B7584C is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 88 | 76 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.28 |
| HSL | 6.73º | 0.43% | 0.51% | - |
| HSV(B) | 6.73º | 0.58% | 0.72% | - |
| XYZ | 24.32 | 17.57 | 8.95 | - |
| YUV | 115.04 | 105.97 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 88 | 76 | 0 | 0.52 | 0.58 | 0.28 | 6.73 | 0.43 | 0.51 |
| Hex | B7 | 58 | 4C | 0 | 34 | 3A | 1C | 7 | 2B | 33 |
| Octal | 267 | 130 | 114 | 0 | 64 | 72 | 34 | 7 | 53 | 63 |
| Binary | 10110111 | 1011000 | 1001100 | 0 | 110100 | 111010 | 11100 | 111 | 101011 | 110011 |
Color Harmonies of #B7584C
Complementary color
Monochromatic Colors of #B7584C
Black with #B7584C
Text Example
Text Example
White with #B7584C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7584C; }
p { color: rgb(183,88,76); }
H1.HeaderClassName
{
color: #B7584C;
}
.AnyTagClassName
{
color: #B7584C;
}
</style>
background-color css
<style>
a { background-color: #B7584C; }
a { background-color: rgb(183,88,76); }
div.DivClassName
{
background-color: #B7584C;
}
.BgClassName
{
background-color: #B7584C;
}
</style>
border-color css
<style>
span { border-color: #B7584C; }
span { border-color: rgb(183,88,76); }
td.TdClassName
{
border-color: #B7584C;
}
.TagClassName
{
border-color: #B7584C;
}
</style>