Shades of Brandy Punch #BF7D3B
Tints of Brandy Punch #BF7D3B
RGB
CMYK
RGB Variations
Color information
#BF7D3B (or 0xBF7D3B) is known color: Brandy Punch. HEX triplet: BF, 7D and 3B. RGB value is (191,125,59). Sum of RGB (Red+Green+Blue) = 191+125+59=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 59 (23.44% from 255 or 15.73% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7D3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7D3B is #4082C4. Grayscale: #898989. Windows color (decimal): -4227781 or 3898815. OLE color: 3898815.
HSL color Cylindrical-coordinate representation of color #BF7D3B: hue angle of 30º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF7D3B is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 125 | 59 | - |
| CMYK | 0 | 0.35 | 0.69 | 0.25 |
| HSL | 30º | 0.53% | 0.49% | - |
| HSV(B) | 30º | 0.69% | 0.75% | - |
| XYZ | 29.61 | 26.06 | 7.61 | - |
| YUV | 137.21 | 83.87 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 125 | 59 | 0 | 0.35 | 0.69 | 0.25 | 30 | 0.53 | 0.49 |
| Hex | BF | 7D | 3B | 0 | 23 | 45 | 19 | 1E | 35 | 31 |
| Octal | 277 | 175 | 73 | 0 | 43 | 105 | 31 | 36 | 65 | 61 |
| Binary | 10111111 | 1111101 | 111011 | 0 | 100011 | 1000101 | 11001 | 11110 | 110101 | 110001 |
Color Harmonies of #BF7D3B
Complementary color
Monochromatic Colors of #BF7D3B
Black with #BF7D3B
Text Example
Text Example
White with #BF7D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7D3B; }
p { color: rgb(191,125,59); }
H1.HeaderClassName
{
color: #BF7D3B;
}
.AnyTagClassName
{
color: #BF7D3B;
}
</style>
background-color css
<style>
a { background-color: #BF7D3B; }
a { background-color: rgb(191,125,59); }
div.DivClassName
{
background-color: #BF7D3B;
}
.BgClassName
{
background-color: #BF7D3B;
}
</style>
border-color css
<style>
span { border-color: #BF7D3B; }
span { border-color: rgb(191,125,59); }
td.TdClassName
{
border-color: #BF7D3B;
}
.TagClassName
{
border-color: #BF7D3B;
}
</style>