Shades of Brandy Punch #BF8047
Tints of Brandy Punch #BF8047
RGB
CMYK
RGB Variations
Color information
#BF8047 (or 0xBF8047) is known color: Brandy Punch. HEX triplet: BF, 80 and 47. RGB value is (191,128,71). Sum of RGB (Red+Green+Blue) = 191+128+71=390 (51% of max value = 765). Red value is 191 (75% from 255 or 48.97% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 71 (28.12% from 255 or 18.21% from 390); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8047 is #407FB8. Grayscale: #8C8C8C. Windows color (decimal): -4227001 or 4686015. OLE color: 4686015.
HSL color Cylindrical-coordinate representation of color #BF8047: hue angle of 28.5º degrees, saturation: 0.48, 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 #BF8047 is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 128 | 71 | - |
| CMYK | 0 | 0.33 | 0.63 | 0.25 |
| HSL | 28.5º | 0.48% | 0.51% | - |
| HSV(B) | 28.5º | 0.63% | 0.75% | - |
| XYZ | 30.34 | 26.97 | 9.57 | - |
| YUV | 140.34 | 88.87 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 128 | 71 | 0 | 0.33 | 0.63 | 0.25 | 28.5 | 0.48 | 0.51 |
| Hex | BF | 80 | 47 | 0 | 21 | 3F | 19 | 1C | 30 | 33 |
| Octal | 277 | 200 | 107 | 0 | 41 | 77 | 31 | 34 | 60 | 63 |
| Binary | 10111111 | 10000000 | 1000111 | 0 | 100001 | 111111 | 11001 | 11100 | 110000 | 110011 |
Color Harmonies of #BF8047
Complementary color
Monochromatic Colors of #BF8047
Black with #BF8047
Text Example
Text Example
White with #BF8047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8047; }
p { color: rgb(191,128,71); }
H1.HeaderClassName
{
color: #BF8047;
}
.AnyTagClassName
{
color: #BF8047;
}
</style>
background-color css
<style>
a { background-color: #BF8047; }
a { background-color: rgb(191,128,71); }
div.DivClassName
{
background-color: #BF8047;
}
.BgClassName
{
background-color: #BF8047;
}
</style>
border-color css
<style>
span { border-color: #BF8047; }
span { border-color: rgb(191,128,71); }
td.TdClassName
{
border-color: #BF8047;
}
.TagClassName
{
border-color: #BF8047;
}
</style>