Shades of Flame Pea #BF584C
Tints of Flame Pea #BF584C
RGB
CMYK
RGB Variations
Color information
#BF584C (or 0xBF584C) is known color: Flame Pea. HEX triplet: BF, 58 and 4C. RGB value is (191,88,76). Sum of RGB (Red+Green+Blue) = 191+88+76=355 (47% of max value = 765). Red value is 191 (75% from 255 or 53.80% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 76 (30.08% from 255 or 21.41% from 355); Max value from RGB is 191 - color contains mainly: red. Hex color #BF584C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF584C is #40A7B3. Grayscale: #757575. Windows color (decimal): -4237236 or 5003455. OLE color: 5003455.
HSL color Cylindrical-coordinate representation of color #BF584C: hue angle of 6.26º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF584C is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 88 | 76 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.25 |
| HSL | 6.26º | 0.47% | 0.52% | - |
| HSV(B) | 6.26º | 0.6% | 0.75% | - |
| XYZ | 26.28 | 18.58 | 9.04 | - |
| YUV | 117.43 | 104.62 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 88 | 76 | 0 | 0.54 | 0.60 | 0.25 | 6.26 | 0.47 | 0.52 |
| Hex | BF | 58 | 4C | 0 | 36 | 3C | 19 | 6 | 2F | 34 |
| Octal | 277 | 130 | 114 | 0 | 66 | 74 | 31 | 6 | 57 | 64 |
| Binary | 10111111 | 1011000 | 1001100 | 0 | 110110 | 111100 | 11001 | 110 | 101111 | 110100 |
Color Harmonies of #BF584C
Complementary color
Monochromatic Colors of #BF584C
Black with #BF584C
Text Example
Text Example
White with #BF584C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF584C; }
p { color: rgb(191,88,76); }
H1.HeaderClassName
{
color: #BF584C;
}
.AnyTagClassName
{
color: #BF584C;
}
</style>
background-color css
<style>
a { background-color: #BF584C; }
a { background-color: rgb(191,88,76); }
div.DivClassName
{
background-color: #BF584C;
}
.BgClassName
{
background-color: #BF584C;
}
</style>
border-color css
<style>
span { border-color: #BF584C; }
span { border-color: rgb(191,88,76); }
td.TdClassName
{
border-color: #BF584C;
}
.TagClassName
{
border-color: #BF584C;
}
</style>