Shades of Flame Pea #BF624C
Tints of Flame Pea #BF624C
RGB
CMYK
RGB Variations
Color information
#BF624C (or 0xBF624C) is known color: Flame Pea. HEX triplet: BF, 62 and 4C. RGB value is (191,98,76). Sum of RGB (Red+Green+Blue) = 191+98+76=365 (48% of max value = 765). Red value is 191 (75% from 255 or 52.33% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 76 (30.08% from 255 or 20.82% from 365); Max value from RGB is 191 - color contains mainly: red. Hex color #BF624C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF624C is #409DB3. Grayscale: #7B7B7B. Windows color (decimal): -4234676 or 5006015. OLE color: 5006015.
HSL color Cylindrical-coordinate representation of color #BF624C: hue angle of 11.48º 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 #BF624C is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 98 | 76 | - |
| CMYK | 0 | 0.49 | 0.60 | 0.25 |
| HSL | 11.48º | 0.47% | 0.52% | - |
| HSV(B) | 11.48º | 0.6% | 0.75% | - |
| XYZ | 27.16 | 20.33 | 9.33 | - |
| YUV | 123.3 | 101.31 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 98 | 76 | 0 | 0.49 | 0.60 | 0.25 | 11.48 | 0.47 | 0.52 |
| Hex | BF | 62 | 4C | 0 | 31 | 3C | 19 | B | 2F | 34 |
| Octal | 277 | 142 | 114 | 0 | 61 | 74 | 31 | 13 | 57 | 64 |
| Binary | 10111111 | 1100010 | 1001100 | 0 | 110001 | 111100 | 11001 | 1011 | 101111 | 110100 |
Color Harmonies of #BF624C
Complementary color
Monochromatic Colors of #BF624C
Black with #BF624C
Text Example
Text Example
White with #BF624C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF624C; }
p { color: rgb(191,98,76); }
H1.HeaderClassName
{
color: #BF624C;
}
.AnyTagClassName
{
color: #BF624C;
}
</style>
background-color css
<style>
a { background-color: #BF624C; }
a { background-color: rgb(191,98,76); }
div.DivClassName
{
background-color: #BF624C;
}
.BgClassName
{
background-color: #BF624C;
}
</style>
border-color css
<style>
span { border-color: #BF624C; }
span { border-color: rgb(191,98,76); }
td.TdClassName
{
border-color: #BF624C;
}
.TagClassName
{
border-color: #BF624C;
}
</style>