Shades of Brandy Punch #BF7D3E
Tints of Brandy Punch #BF7D3E
RGB
CMYK
RGB Variations
Color information
#BF7D3E (or 0xBF7D3E) is known color: Brandy Punch. HEX triplet: BF, 7D and 3E. RGB value is (191,125,62). Sum of RGB (Red+Green+Blue) = 191+125+62=378 (50% of max value = 765). Red value is 191 (75% from 255 or 50.53% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 62 (24.61% from 255 or 16.40% from 378); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7D3E is #4082C1. Grayscale: #898989. Windows color (decimal): -4227778 or 4095423. OLE color: 4095423.
HSL color Cylindrical-coordinate representation of color #BF7D3E: hue angle of 29.3º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF7D3E is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 125 | 62 | - |
| CMYK | 0 | 0.35 | 0.68 | 0.25 |
| HSL | 29.3º | 0.51% | 0.5% | - |
| HSV(B) | 29.3º | 0.68% | 0.75% | - |
| XYZ | 29.69 | 26.09 | 8.03 | - |
| YUV | 137.55 | 85.37 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 125 | 62 | 0 | 0.35 | 0.68 | 0.25 | 29.3 | 0.51 | 0.5 |
| Hex | BF | 7D | 3E | 0 | 23 | 44 | 19 | 1D | 33 | 32 |
| Octal | 277 | 175 | 76 | 0 | 43 | 104 | 31 | 35 | 63 | 62 |
| Binary | 10111111 | 1111101 | 111110 | 0 | 100011 | 1000100 | 11001 | 11101 | 110011 | 110010 |
Color Harmonies of #BF7D3E
Complementary color
Monochromatic Colors of #BF7D3E
Black with #BF7D3E
Text Example
Text Example
White with #BF7D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7D3E; }
p { color: rgb(191,125,62); }
H1.HeaderClassName
{
color: #BF7D3E;
}
.AnyTagClassName
{
color: #BF7D3E;
}
</style>
background-color css
<style>
a { background-color: #BF7D3E; }
a { background-color: rgb(191,125,62); }
div.DivClassName
{
background-color: #BF7D3E;
}
.BgClassName
{
background-color: #BF7D3E;
}
</style>
border-color css
<style>
span { border-color: #BF7D3E; }
span { border-color: rgb(191,125,62); }
td.TdClassName
{
border-color: #BF7D3E;
}
.TagClassName
{
border-color: #BF7D3E;
}
</style>