Shades of Flame Pea #BF5A41
Tints of Flame Pea #BF5A41
RGB
CMYK
RGB Variations
Color information
#BF5A41 (or 0xBF5A41) is known color: Flame Pea. HEX triplet: BF, 5A and 41. RGB value is (191,90,65). Sum of RGB (Red+Green+Blue) = 191+90+65=346 (45% of max value = 765). Red value is 191 (75% from 255 or 55.20% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5A41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5A41 is #40A5BE. Grayscale: #757575. Windows color (decimal): -4236735 or 4283071. OLE color: 4283071.
HSL color Cylindrical-coordinate representation of color #BF5A41: hue angle of 11.9º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF5A41 is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 90 | 65 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.25 |
| HSL | 11.9º | 0.5% | 0.5% | - |
| HSV(B) | 11.9º | 0.66% | 0.75% | - |
| XYZ | 26.1 | 18.77 | 7.25 | - |
| YUV | 117.35 | 98.46 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 90 | 65 | 0 | 0.53 | 0.66 | 0.25 | 11.9 | 0.5 | 0.5 |
| Hex | BF | 5A | 41 | 0 | 35 | 42 | 19 | C | 32 | 32 |
| Octal | 277 | 132 | 101 | 0 | 65 | 102 | 31 | 14 | 62 | 62 |
| Binary | 10111111 | 1011010 | 1000001 | 0 | 110101 | 1000010 | 11001 | 1100 | 110010 | 110010 |
Color Harmonies of #BF5A41
Complementary color
Monochromatic Colors of #BF5A41
Black with #BF5A41
Text Example
Text Example
White with #BF5A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5A41; }
p { color: rgb(191,90,65); }
H1.HeaderClassName
{
color: #BF5A41;
}
.AnyTagClassName
{
color: #BF5A41;
}
</style>
background-color css
<style>
a { background-color: #BF5A41; }
a { background-color: rgb(191,90,65); }
div.DivClassName
{
background-color: #BF5A41;
}
.BgClassName
{
background-color: #BF5A41;
}
</style>
border-color css
<style>
span { border-color: #BF5A41; }
span { border-color: rgb(191,90,65); }
td.TdClassName
{
border-color: #BF5A41;
}
.TagClassName
{
border-color: #BF5A41;
}
</style>