Shades of Brandy Punch #BF794A
Tints of Brandy Punch #BF794A
RGB
CMYK
RGB Variations
Color information
#BF794A (or 0xBF794A) is known color: Brandy Punch. HEX triplet: BF, 79 and 4A. RGB value is (191,121,74). Sum of RGB (Red+Green+Blue) = 191+121+74=386 (51% of max value = 765). Red value is 191 (75% from 255 or 49.48% from 386); Green value is 121 (47.66% from 255 or 31.35% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 191 - color contains mainly: red. Hex color #BF794A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF794A is #4086B5. Grayscale: #888888. Windows color (decimal): -4228790 or 4880831. OLE color: 4880831.
HSL color Cylindrical-coordinate representation of color #BF794A: hue angle of 24.1º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF794A is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 121 | 74 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.25 |
| HSL | 24.1º | 0.48% | 0.52% | - |
| HSV(B) | 24.1º | 0.61% | 0.75% | - |
| XYZ | 29.56 | 25.25 | 9.79 | - |
| YUV | 136.57 | 92.69 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 121 | 74 | 0 | 0.37 | 0.61 | 0.25 | 24.1 | 0.48 | 0.52 |
| Hex | BF | 79 | 4A | 0 | 25 | 3D | 19 | 18 | 30 | 34 |
| Octal | 277 | 171 | 112 | 0 | 45 | 75 | 31 | 30 | 60 | 64 |
| Binary | 10111111 | 1111001 | 1001010 | 0 | 100101 | 111101 | 11001 | 11000 | 110000 | 110100 |
Color Harmonies of #BF794A
Complementary color
Monochromatic Colors of #BF794A
Black with #BF794A
Text Example
Text Example
White with #BF794A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF794A; }
p { color: rgb(191,121,74); }
H1.HeaderClassName
{
color: #BF794A;
}
.AnyTagClassName
{
color: #BF794A;
}
</style>
background-color css
<style>
a { background-color: #BF794A; }
a { background-color: rgb(191,121,74); }
div.DivClassName
{
background-color: #BF794A;
}
.BgClassName
{
background-color: #BF794A;
}
</style>
border-color css
<style>
span { border-color: #BF794A; }
span { border-color: rgb(191,121,74); }
td.TdClassName
{
border-color: #BF794A;
}
.TagClassName
{
border-color: #BF794A;
}
</style>