Shades of Flame Pea #BF5C42
Tints of Flame Pea #BF5C42
RGB
CMYK
RGB Variations
Color information
#BF5C42 (or 0xBF5C42) is known color: Flame Pea. HEX triplet: BF, 5C and 42. RGB value is (191,92,66). Sum of RGB (Red+Green+Blue) = 191+92+66=349 (46% of max value = 765). Red value is 191 (75% from 255 or 54.73% from 349); Green value is 92 (36.33% from 255 or 26.36% from 349); Blue value is 66 (26.17% from 255 or 18.91% from 349); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5C42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5C42 is #40A3BD. Grayscale: #767676. Windows color (decimal): -4236222 or 4349119. OLE color: 4349119.
HSL color Cylindrical-coordinate representation of color #BF5C42: hue angle of 12.48º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF5C42 is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 92 | 66 | - |
| CMYK | 0 | 0.52 | 0.65 | 0.25 |
| HSL | 12.48º | 0.49% | 0.5% | - |
| HSV(B) | 12.48º | 0.65% | 0.75% | - |
| XYZ | 26.3 | 19.12 | 7.46 | - |
| YUV | 118.64 | 98.3 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 92 | 66 | 0 | 0.52 | 0.65 | 0.25 | 12.48 | 0.49 | 0.5 |
| Hex | BF | 5C | 42 | 0 | 34 | 41 | 19 | C | 31 | 32 |
| Octal | 277 | 134 | 102 | 0 | 64 | 101 | 31 | 14 | 61 | 62 |
| Binary | 10111111 | 1011100 | 1000010 | 0 | 110100 | 1000001 | 11001 | 1100 | 110001 | 110010 |
Color Harmonies of #BF5C42
Complementary color
Monochromatic Colors of #BF5C42
Black with #BF5C42
Text Example
Text Example
White with #BF5C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5C42; }
p { color: rgb(191,92,66); }
H1.HeaderClassName
{
color: #BF5C42;
}
.AnyTagClassName
{
color: #BF5C42;
}
</style>
background-color css
<style>
a { background-color: #BF5C42; }
a { background-color: rgb(191,92,66); }
div.DivClassName
{
background-color: #BF5C42;
}
.BgClassName
{
background-color: #BF5C42;
}
</style>
border-color css
<style>
span { border-color: #BF5C42; }
span { border-color: rgb(191,92,66); }
td.TdClassName
{
border-color: #BF5C42;
}
.TagClassName
{
border-color: #BF5C42;
}
</style>