Shades of Brandy Punch #BF7744
Tints of Brandy Punch #BF7744
RGB
CMYK
RGB Variations
Color information
#BF7744 (or 0xBF7744) is known color: Brandy Punch. HEX triplet: BF, 77 and 44. RGB value is (191,119,68). Sum of RGB (Red+Green+Blue) = 191+119+68=378 (50% of max value = 765). Red value is 191 (75% from 255 or 50.53% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 68 (26.95% from 255 or 17.99% from 378); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7744 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7744 is #4088BB. Grayscale: #868686. Windows color (decimal): -4229308 or 4487103. OLE color: 4487103.
HSL color Cylindrical-coordinate representation of color #BF7744: hue angle of 24.88º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF7744 is Cyan = 0, Magento = 0.38, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 119 | 68 | - |
| CMYK | 0 | 0.38 | 0.64 | 0.25 |
| HSL | 24.88º | 0.49% | 0.51% | - |
| HSV(B) | 24.88º | 0.64% | 0.75% | - |
| XYZ | 29.13 | 24.69 | 8.7 | - |
| YUV | 134.71 | 90.35 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 119 | 68 | 0 | 0.38 | 0.64 | 0.25 | 24.88 | 0.49 | 0.51 |
| Hex | BF | 77 | 44 | 0 | 26 | 40 | 19 | 19 | 31 | 33 |
| Octal | 277 | 167 | 104 | 0 | 46 | 100 | 31 | 31 | 61 | 63 |
| Binary | 10111111 | 1110111 | 1000100 | 0 | 100110 | 1000000 | 11001 | 11001 | 110001 | 110011 |
Color Harmonies of #BF7744
Complementary color
Monochromatic Colors of #BF7744
Black with #BF7744
Text Example
Text Example
White with #BF7744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7744; }
p { color: rgb(191,119,68); }
H1.HeaderClassName
{
color: #BF7744;
}
.AnyTagClassName
{
color: #BF7744;
}
</style>
background-color css
<style>
a { background-color: #BF7744; }
a { background-color: rgb(191,119,68); }
div.DivClassName
{
background-color: #BF7744;
}
.BgClassName
{
background-color: #BF7744;
}
</style>
border-color css
<style>
span { border-color: #BF7744; }
span { border-color: rgb(191,119,68); }
td.TdClassName
{
border-color: #BF7744;
}
.TagClassName
{
border-color: #BF7744;
}
</style>