Shades of Brandy Punch #BF834D
Tints of Brandy Punch #BF834D
RGB
CMYK
RGB Variations
Color information
#BF834D (or 0xBF834D) is known color: Brandy Punch. HEX triplet: BF, 83 and 4D. RGB value is (191,131,77). Sum of RGB (Red+Green+Blue) = 191+131+77=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 77 (30.47% from 255 or 19.30% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BF834D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF834D is #407CB2. Grayscale: #8F8F8F. Windows color (decimal): -4226227 or 5079999. OLE color: 5079999.
HSL color Cylindrical-coordinate representation of color #BF834D: hue angle of 28.42º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF834D is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 131 | 77 | - |
| CMYK | 0 | 0.31 | 0.60 | 0.25 |
| HSL | 28.42º | 0.47% | 0.53% | - |
| HSV(B) | 28.42º | 0.6% | 0.75% | - |
| XYZ | 30.94 | 27.84 | 10.76 | - |
| YUV | 142.78 | 90.88 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 131 | 77 | 0 | 0.31 | 0.60 | 0.25 | 28.42 | 0.47 | 0.53 |
| Hex | BF | 83 | 4D | 0 | 1F | 3C | 19 | 1C | 2F | 35 |
| Octal | 277 | 203 | 115 | 0 | 37 | 74 | 31 | 34 | 57 | 65 |
| Binary | 10111111 | 10000011 | 1001101 | 0 | 11111 | 111100 | 11001 | 11100 | 101111 | 110101 |
Color Harmonies of #BF834D
Complementary color
Monochromatic Colors of #BF834D
Black with #BF834D
Text Example
Text Example
White with #BF834D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF834D; }
p { color: rgb(191,131,77); }
H1.HeaderClassName
{
color: #BF834D;
}
.AnyTagClassName
{
color: #BF834D;
}
</style>
background-color css
<style>
a { background-color: #BF834D; }
a { background-color: rgb(191,131,77); }
div.DivClassName
{
background-color: #BF834D;
}
.BgClassName
{
background-color: #BF834D;
}
</style>
border-color css
<style>
span { border-color: #BF834D; }
span { border-color: rgb(191,131,77); }
td.TdClassName
{
border-color: #BF834D;
}
.TagClassName
{
border-color: #BF834D;
}
</style>