Shades of Brandy Punch #BF7C41
Tints of Brandy Punch #BF7C41
RGB
CMYK
RGB Variations
Color information
#BF7C41 (or 0xBF7C41) is known color: Brandy Punch. HEX triplet: BF, 7C and 41. RGB value is (191,124,65). Sum of RGB (Red+Green+Blue) = 191+124+65=380 (50% of max value = 765). Red value is 191 (75% from 255 or 50.26% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 65 (25.78% from 255 or 17.11% from 380); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7C41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7C41 is #4083BE. Grayscale: #898989. Windows color (decimal): -4228031 or 4291775. OLE color: 4291775.
HSL color Cylindrical-coordinate representation of color #BF7C41: hue angle of 28.1º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF7C41 is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 124 | 65 | - |
| CMYK | 0 | 0.35 | 0.66 | 0.25 |
| HSL | 28.1º | 0.5% | 0.5% | - |
| HSV(B) | 28.1º | 0.66% | 0.75% | - |
| XYZ | 29.65 | 25.87 | 8.43 | - |
| YUV | 137.31 | 87.2 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 124 | 65 | 0 | 0.35 | 0.66 | 0.25 | 28.1 | 0.5 | 0.5 |
| Hex | BF | 7C | 41 | 0 | 23 | 42 | 19 | 1C | 32 | 32 |
| Octal | 277 | 174 | 101 | 0 | 43 | 102 | 31 | 34 | 62 | 62 |
| Binary | 10111111 | 1111100 | 1000001 | 0 | 100011 | 1000010 | 11001 | 11100 | 110010 | 110010 |
Color Harmonies of #BF7C41
Complementary color
Monochromatic Colors of #BF7C41
Black with #BF7C41
Text Example
Text Example
White with #BF7C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7C41; }
p { color: rgb(191,124,65); }
H1.HeaderClassName
{
color: #BF7C41;
}
.AnyTagClassName
{
color: #BF7C41;
}
</style>
background-color css
<style>
a { background-color: #BF7C41; }
a { background-color: rgb(191,124,65); }
div.DivClassName
{
background-color: #BF7C41;
}
.BgClassName
{
background-color: #BF7C41;
}
</style>
border-color css
<style>
span { border-color: #BF7C41; }
span { border-color: rgb(191,124,65); }
td.TdClassName
{
border-color: #BF7C41;
}
.TagClassName
{
border-color: #BF7C41;
}
</style>