Shades of Brandy Punch #BF7940
Tints of Brandy Punch #BF7940
RGB
CMYK
RGB Variations
Color information
#BF7940 (or 0xBF7940) is known color: Brandy Punch. HEX triplet: BF, 79 and 40. RGB value is (191,121,64). Sum of RGB (Red+Green+Blue) = 191+121+64=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7940 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7940 is #4086BF. Grayscale: #878787. Windows color (decimal): -4228800 or 4225471. OLE color: 4225471.
HSL color Cylindrical-coordinate representation of color #BF7940: hue angle of 26.93º 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 #BF7940 is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 121 | 64 | - |
| CMYK | 0 | 0.37 | 0.66 | 0.25 |
| HSL | 26.93º | 0.5% | 0.5% | - |
| HSV(B) | 26.93º | 0.66% | 0.75% | - |
| XYZ | 29.25 | 25.12 | 8.16 | - |
| YUV | 135.43 | 87.69 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 121 | 64 | 0 | 0.37 | 0.66 | 0.25 | 26.93 | 0.5 | 0.5 |
| Hex | BF | 79 | 40 | 0 | 25 | 42 | 19 | 1B | 32 | 32 |
| Octal | 277 | 171 | 100 | 0 | 45 | 102 | 31 | 33 | 62 | 62 |
| Binary | 10111111 | 1111001 | 1000000 | 0 | 100101 | 1000010 | 11001 | 11011 | 110010 | 110010 |
Color Harmonies of #BF7940
Complementary color
Monochromatic Colors of #BF7940
Black with #BF7940
Text Example
Text Example
White with #BF7940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7940; }
p { color: rgb(191,121,64); }
H1.HeaderClassName
{
color: #BF7940;
}
.AnyTagClassName
{
color: #BF7940;
}
</style>
background-color css
<style>
a { background-color: #BF7940; }
a { background-color: rgb(191,121,64); }
div.DivClassName
{
background-color: #BF7940;
}
.BgClassName
{
background-color: #BF7940;
}
</style>
border-color css
<style>
span { border-color: #BF7940; }
span { border-color: rgb(191,121,64); }
td.TdClassName
{
border-color: #BF7940;
}
.TagClassName
{
border-color: #BF7940;
}
</style>