Shades of Brandy Punch #BF8051
Tints of Brandy Punch #BF8051
RGB
CMYK
RGB Variations
Color information
#BF8051 (or 0xBF8051) is known color: Brandy Punch. HEX triplet: BF, 80 and 51. RGB value is (191,128,81). Sum of RGB (Red+Green+Blue) = 191+128+81=400 (52% of max value = 765). Red value is 191 (75% from 255 or 47.75% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 81 (32.03% from 255 or 20.25% from 400); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8051 is #407FAE. Grayscale: #8D8D8D. Windows color (decimal): -4226991 or 5341375. OLE color: 5341375.
HSL color Cylindrical-coordinate representation of color #BF8051: hue angle of 25.64º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF8051 is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 128 | 81 | - |
| CMYK | 0 | 0.33 | 0.58 | 0.25 |
| HSL | 25.64º | 0.46% | 0.53% | - |
| HSV(B) | 25.64º | 0.58% | 0.75% | - |
| XYZ | 30.69 | 27.11 | 11.4 | - |
| YUV | 141.48 | 93.87 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 128 | 81 | 0 | 0.33 | 0.58 | 0.25 | 25.64 | 0.46 | 0.53 |
| Hex | BF | 80 | 51 | 0 | 21 | 3A | 19 | 1A | 2E | 35 |
| Octal | 277 | 200 | 121 | 0 | 41 | 72 | 31 | 32 | 56 | 65 |
| Binary | 10111111 | 10000000 | 1010001 | 0 | 100001 | 111010 | 11001 | 11010 | 101110 | 110101 |
Color Harmonies of #BF8051
Complementary color
Monochromatic Colors of #BF8051
Black with #BF8051
Text Example
Text Example
White with #BF8051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8051; }
p { color: rgb(191,128,81); }
H1.HeaderClassName
{
color: #BF8051;
}
.AnyTagClassName
{
color: #BF8051;
}
</style>
background-color css
<style>
a { background-color: #BF8051; }
a { background-color: rgb(191,128,81); }
div.DivClassName
{
background-color: #BF8051;
}
.BgClassName
{
background-color: #BF8051;
}
</style>
border-color css
<style>
span { border-color: #BF8051; }
span { border-color: rgb(191,128,81); }
td.TdClassName
{
border-color: #BF8051;
}
.TagClassName
{
border-color: #BF8051;
}
</style>