Shades of Flame Pea #BF6546
Tints of Flame Pea #BF6546
RGB
CMYK
RGB Variations
Color information
#BF6546 (or 0xBF6546) is known color: Flame Pea. HEX triplet: BF, 65 and 46. RGB value is (191,101,70). Sum of RGB (Red+Green+Blue) = 191+101+70=362 (47% of max value = 765). Red value is 191 (75% from 255 or 52.76% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 70 (27.73% from 255 or 19.34% from 362); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6546 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6546 is #409AB9. Grayscale: #7C7C7C. Windows color (decimal): -4233914 or 4613567. OLE color: 4613567.
HSL color Cylindrical-coordinate representation of color #BF6546: hue angle of 15.37º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF6546 is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 101 | 70 | - |
| CMYK | 0 | 0.47 | 0.63 | 0.25 |
| HSL | 15.37º | 0.49% | 0.51% | - |
| HSV(B) | 15.37º | 0.63% | 0.75% | - |
| XYZ | 27.25 | 20.83 | 8.38 | - |
| YUV | 124.38 | 97.32 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 101 | 70 | 0 | 0.47 | 0.63 | 0.25 | 15.37 | 0.49 | 0.51 |
| Hex | BF | 65 | 46 | 0 | 2F | 3F | 19 | F | 31 | 33 |
| Octal | 277 | 145 | 106 | 0 | 57 | 77 | 31 | 17 | 61 | 63 |
| Binary | 10111111 | 1100101 | 1000110 | 0 | 101111 | 111111 | 11001 | 1111 | 110001 | 110011 |
Color Harmonies of #BF6546
Complementary color
Monochromatic Colors of #BF6546
Black with #BF6546
Text Example
Text Example
White with #BF6546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6546; }
p { color: rgb(191,101,70); }
H1.HeaderClassName
{
color: #BF6546;
}
.AnyTagClassName
{
color: #BF6546;
}
</style>
background-color css
<style>
a { background-color: #BF6546; }
a { background-color: rgb(191,101,70); }
div.DivClassName
{
background-color: #BF6546;
}
.BgClassName
{
background-color: #BF6546;
}
</style>
border-color css
<style>
span { border-color: #BF6546; }
span { border-color: rgb(191,101,70); }
td.TdClassName
{
border-color: #BF6546;
}
.TagClassName
{
border-color: #BF6546;
}
</style>