Shades of Brandy Punch #BF794D
Tints of Brandy Punch #BF794D
RGB
CMYK
RGB Variations
Color information
#BF794D (or 0xBF794D) is known color: Brandy Punch. HEX triplet: BF, 79 and 4D. RGB value is (191,121,77). Sum of RGB (Red+Green+Blue) = 191+121+77=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 77 (30.47% from 255 or 19.79% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BF794D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF794D is #4086B2. Grayscale: #898989. Windows color (decimal): -4228787 or 5077439. OLE color: 5077439.
HSL color Cylindrical-coordinate representation of color #BF794D: hue angle of 23.16º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF794D is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 121 | 77 | - |
| CMYK | 0 | 0.37 | 0.60 | 0.25 |
| HSL | 23.16º | 0.47% | 0.53% | - |
| HSV(B) | 23.16º | 0.6% | 0.75% | - |
| XYZ | 29.66 | 25.29 | 10.34 | - |
| YUV | 136.91 | 94.19 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 121 | 77 | 0 | 0.37 | 0.60 | 0.25 | 23.16 | 0.47 | 0.53 |
| Hex | BF | 79 | 4D | 0 | 25 | 3C | 19 | 17 | 2F | 35 |
| Octal | 277 | 171 | 115 | 0 | 45 | 74 | 31 | 27 | 57 | 65 |
| Binary | 10111111 | 1111001 | 1001101 | 0 | 100101 | 111100 | 11001 | 10111 | 101111 | 110101 |
Color Harmonies of #BF794D
Complementary color
Monochromatic Colors of #BF794D
Black with #BF794D
Text Example
Text Example
White with #BF794D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF794D; }
p { color: rgb(191,121,77); }
H1.HeaderClassName
{
color: #BF794D;
}
.AnyTagClassName
{
color: #BF794D;
}
</style>
background-color css
<style>
a { background-color: #BF794D; }
a { background-color: rgb(191,121,77); }
div.DivClassName
{
background-color: #BF794D;
}
.BgClassName
{
background-color: #BF794D;
}
</style>
border-color css
<style>
span { border-color: #BF794D; }
span { border-color: rgb(191,121,77); }
td.TdClassName
{
border-color: #BF794D;
}
.TagClassName
{
border-color: #BF794D;
}
</style>