Shades of Brandy Punch #BF7F3F
Tints of Brandy Punch #BF7F3F
RGB
CMYK
RGB Variations
Color information
#BF7F3F (or 0xBF7F3F) is known color: Brandy Punch. HEX triplet: BF, 7F and 3F. RGB value is (191,127,63). Sum of RGB (Red+Green+Blue) = 191+127+63=381 (50% of max value = 765). Red value is 191 (75% from 255 or 50.13% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 63 (25% from 255 or 16.54% from 381); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7F3F is #4080C0. Grayscale: #8B8B8B. Windows color (decimal): -4227265 or 4161471. OLE color: 4161471.
HSL color Cylindrical-coordinate representation of color #BF7F3F: hue angle of 30º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF7F3F is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 127 | 63 | - |
| CMYK | 0 | 0.34 | 0.67 | 0.25 |
| HSL | 30º | 0.5% | 0.5% | - |
| HSV(B) | 30º | 0.67% | 0.75% | - |
| XYZ | 29.97 | 26.61 | 8.26 | - |
| YUV | 138.84 | 85.2 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 127 | 63 | 0 | 0.34 | 0.67 | 0.25 | 30 | 0.5 | 0.5 |
| Hex | BF | 7F | 3F | 0 | 22 | 43 | 19 | 1E | 32 | 32 |
| Octal | 277 | 177 | 77 | 0 | 42 | 103 | 31 | 36 | 62 | 62 |
| Binary | 10111111 | 1111111 | 111111 | 0 | 100010 | 1000011 | 11001 | 11110 | 110010 | 110010 |
Color Harmonies of #BF7F3F
Complementary color
Monochromatic Colors of #BF7F3F
Black with #BF7F3F
Text Example
Text Example
White with #BF7F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7F3F; }
p { color: rgb(191,127,63); }
H1.HeaderClassName
{
color: #BF7F3F;
}
.AnyTagClassName
{
color: #BF7F3F;
}
</style>
background-color css
<style>
a { background-color: #BF7F3F; }
a { background-color: rgb(191,127,63); }
div.DivClassName
{
background-color: #BF7F3F;
}
.BgClassName
{
background-color: #BF7F3F;
}
</style>
border-color css
<style>
span { border-color: #BF7F3F; }
span { border-color: rgb(191,127,63); }
td.TdClassName
{
border-color: #BF7F3F;
}
.TagClassName
{
border-color: #BF7F3F;
}
</style>