Shades of Brandy Punch #BF7C39
Tints of Brandy Punch #BF7C39
RGB
CMYK
RGB Variations
Color information
#BF7C39 (or 0xBF7C39) is known color: Brandy Punch. HEX triplet: BF, 7C and 39. RGB value is (191,124,57). Sum of RGB (Red+Green+Blue) = 191+124+57=372 (49% of max value = 765). Red value is 191 (75% from 255 or 51.34% from 372); Green value is 124 (48.83% from 255 or 33.33% from 372); Blue value is 57 (22.66% from 255 or 15.32% from 372); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7C39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7C39 is #4083C6. Grayscale: #888888. Windows color (decimal): -4228039 or 3767487. OLE color: 3767487.
HSL color Cylindrical-coordinate representation of color #BF7C39: hue angle of 30º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF7C39 is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 124 | 57 | - |
| CMYK | 0 | 0.35 | 0.70 | 0.25 |
| HSL | 30º | 0.54% | 0.49% | - |
| HSV(B) | 30º | 0.7% | 0.75% | - |
| XYZ | 29.43 | 25.79 | 7.3 | - |
| YUV | 136.4 | 83.2 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 124 | 57 | 0 | 0.35 | 0.70 | 0.25 | 30 | 0.54 | 0.49 |
| Hex | BF | 7C | 39 | 0 | 23 | 46 | 19 | 1E | 36 | 31 |
| Octal | 277 | 174 | 71 | 0 | 43 | 106 | 31 | 36 | 66 | 61 |
| Binary | 10111111 | 1111100 | 111001 | 0 | 100011 | 1000110 | 11001 | 11110 | 110110 | 110001 |
Color Harmonies of #BF7C39
Complementary color
Monochromatic Colors of #BF7C39
Black with #BF7C39
Text Example
Text Example
White with #BF7C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7C39; }
p { color: rgb(191,124,57); }
H1.HeaderClassName
{
color: #BF7C39;
}
.AnyTagClassName
{
color: #BF7C39;
}
</style>
background-color css
<style>
a { background-color: #BF7C39; }
a { background-color: rgb(191,124,57); }
div.DivClassName
{
background-color: #BF7C39;
}
.BgClassName
{
background-color: #BF7C39;
}
</style>
border-color css
<style>
span { border-color: #BF7C39; }
span { border-color: rgb(191,124,57); }
td.TdClassName
{
border-color: #BF7C39;
}
.TagClassName
{
border-color: #BF7C39;
}
</style>