Shades of Brandy Punch #BF7C46
Tints of Brandy Punch #BF7C46
RGB
CMYK
RGB Variations
Color information
#BF7C46 (or 0xBF7C46) is known color: Brandy Punch. HEX triplet: BF, 7C and 46. RGB value is (191,124,70). Sum of RGB (Red+Green+Blue) = 191+124+70=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 70 (27.73% from 255 or 18.18% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7C46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7C46 is #4083B9. Grayscale: #8A8A8A. Windows color (decimal): -4228026 or 4619455. OLE color: 4619455.
HSL color Cylindrical-coordinate representation of color #BF7C46: hue angle of 26.78º 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 #BF7C46 is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 124 | 70 | - |
| CMYK | 0 | 0.35 | 0.63 | 0.25 |
| HSL | 26.78º | 0.49% | 0.51% | - |
| HSV(B) | 26.78º | 0.63% | 0.75% | - |
| XYZ | 29.8 | 25.93 | 9.23 | - |
| YUV | 137.88 | 89.7 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 124 | 70 | 0 | 0.35 | 0.63 | 0.25 | 26.78 | 0.49 | 0.51 |
| Hex | BF | 7C | 46 | 0 | 23 | 3F | 19 | 1B | 31 | 33 |
| Octal | 277 | 174 | 106 | 0 | 43 | 77 | 31 | 33 | 61 | 63 |
| Binary | 10111111 | 1111100 | 1000110 | 0 | 100011 | 111111 | 11001 | 11011 | 110001 | 110011 |
Color Harmonies of #BF7C46
Complementary color
Monochromatic Colors of #BF7C46
Black with #BF7C46
Text Example
Text Example
White with #BF7C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7C46; }
p { color: rgb(191,124,70); }
H1.HeaderClassName
{
color: #BF7C46;
}
.AnyTagClassName
{
color: #BF7C46;
}
</style>
background-color css
<style>
a { background-color: #BF7C46; }
a { background-color: rgb(191,124,70); }
div.DivClassName
{
background-color: #BF7C46;
}
.BgClassName
{
background-color: #BF7C46;
}
</style>
border-color css
<style>
span { border-color: #BF7C46; }
span { border-color: rgb(191,124,70); }
td.TdClassName
{
border-color: #BF7C46;
}
.TagClassName
{
border-color: #BF7C46;
}
</style>