Shades of Brandy Punch #BF7C4C
Tints of Brandy Punch #BF7C4C
RGB
CMYK
RGB Variations
Color information
#BF7C4C (or 0xBF7C4C) is known color: Brandy Punch. HEX triplet: BF, 7C and 4C. RGB value is (191,124,76). Sum of RGB (Red+Green+Blue) = 191+124+76=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 76 (30.08% from 255 or 19.44% from 391); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7C4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7C4C is #4083B3. Grayscale: #8A8A8A. Windows color (decimal): -4228020 or 5012671. OLE color: 5012671.
HSL color Cylindrical-coordinate representation of color #BF7C4C: hue angle of 25.04º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF7C4C is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 124 | 76 | - |
| CMYK | 0 | 0.35 | 0.60 | 0.25 |
| HSL | 25.04º | 0.47% | 0.52% | - |
| HSV(B) | 25.04º | 0.6% | 0.75% | - |
| XYZ | 30 | 26.01 | 10.28 | - |
| YUV | 138.56 | 92.7 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 124 | 76 | 0 | 0.35 | 0.60 | 0.25 | 25.04 | 0.47 | 0.52 |
| Hex | BF | 7C | 4C | 0 | 23 | 3C | 19 | 19 | 2F | 34 |
| Octal | 277 | 174 | 114 | 0 | 43 | 74 | 31 | 31 | 57 | 64 |
| Binary | 10111111 | 1111100 | 1001100 | 0 | 100011 | 111100 | 11001 | 11001 | 101111 | 110100 |
Color Harmonies of #BF7C4C
Complementary color
Monochromatic Colors of #BF7C4C
Black with #BF7C4C
Text Example
Text Example
White with #BF7C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7C4C; }
p { color: rgb(191,124,76); }
H1.HeaderClassName
{
color: #BF7C4C;
}
.AnyTagClassName
{
color: #BF7C4C;
}
</style>
background-color css
<style>
a { background-color: #BF7C4C; }
a { background-color: rgb(191,124,76); }
div.DivClassName
{
background-color: #BF7C4C;
}
.BgClassName
{
background-color: #BF7C4C;
}
</style>
border-color css
<style>
span { border-color: #BF7C4C; }
span { border-color: rgb(191,124,76); }
td.TdClassName
{
border-color: #BF7C4C;
}
.TagClassName
{
border-color: #BF7C4C;
}
</style>