Shades of Brandy Punch #BF7547
Tints of Brandy Punch #BF7547
RGB
CMYK
RGB Variations
Color information
#BF7547 (or 0xBF7547) is known color: Brandy Punch. HEX triplet: BF, 75 and 47. RGB value is (191,117,71). Sum of RGB (Red+Green+Blue) = 191+117+71=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 71 (28.12% from 255 or 18.73% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7547 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7547 is #408AB8. Grayscale: #868686. Windows color (decimal): -4229817 or 4683199. OLE color: 4683199.
HSL color Cylindrical-coordinate representation of color #BF7547: hue angle of 23º 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 #BF7547 is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 117 | 71 | - |
| CMYK | 0 | 0.39 | 0.63 | 0.25 |
| HSL | 23º | 0.48% | 0.51% | - |
| HSV(B) | 23º | 0.63% | 0.75% | - |
| XYZ | 28.98 | 24.25 | 9.12 | - |
| YUV | 133.88 | 92.52 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 117 | 71 | 0 | 0.39 | 0.63 | 0.25 | 23 | 0.48 | 0.51 |
| Hex | BF | 75 | 47 | 0 | 27 | 3F | 19 | 17 | 30 | 33 |
| Octal | 277 | 165 | 107 | 0 | 47 | 77 | 31 | 27 | 60 | 63 |
| Binary | 10111111 | 1110101 | 1000111 | 0 | 100111 | 111111 | 11001 | 10111 | 110000 | 110011 |
Color Harmonies of #BF7547
Complementary color
Monochromatic Colors of #BF7547
Black with #BF7547
Text Example
Text Example
White with #BF7547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7547; }
p { color: rgb(191,117,71); }
H1.HeaderClassName
{
color: #BF7547;
}
.AnyTagClassName
{
color: #BF7547;
}
</style>
background-color css
<style>
a { background-color: #BF7547; }
a { background-color: rgb(191,117,71); }
div.DivClassName
{
background-color: #BF7547;
}
.BgClassName
{
background-color: #BF7547;
}
</style>
border-color css
<style>
span { border-color: #BF7547; }
span { border-color: rgb(191,117,71); }
td.TdClassName
{
border-color: #BF7547;
}
.TagClassName
{
border-color: #BF7547;
}
</style>