Shades of Brandy Punch #BF7C37
Tints of Brandy Punch #BF7C37
RGB
CMYK
RGB Variations
Color information
#BF7C37 (or 0xBF7C37) is known color: Brandy Punch. HEX triplet: BF, 7C and 37. RGB value is (191,124,55). Sum of RGB (Red+Green+Blue) = 191+124+55=370 (49% of max value = 765). Red value is 191 (75% from 255 or 51.62% from 370); Green value is 124 (48.83% from 255 or 33.51% from 370); Blue value is 55 (21.88% from 255 or 14.86% from 370); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7C37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7C37 is #4083C8. Grayscale: #888888. Windows color (decimal): -4228041 or 3636415. OLE color: 3636415.
HSL color Cylindrical-coordinate representation of color #BF7C37: hue angle of 30.44º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF7C37 is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 124 | 55 | - |
| CMYK | 0 | 0.35 | 0.71 | 0.25 |
| HSL | 30.44º | 0.55% | 0.48% | - |
| HSV(B) | 30.44º | 0.71% | 0.75% | - |
| XYZ | 29.38 | 25.77 | 7.04 | - |
| YUV | 136.17 | 82.2 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 124 | 55 | 0 | 0.35 | 0.71 | 0.25 | 30.44 | 0.55 | 0.48 |
| Hex | BF | 7C | 37 | 0 | 23 | 47 | 19 | 1E | 37 | 30 |
| Octal | 277 | 174 | 67 | 0 | 43 | 107 | 31 | 36 | 67 | 60 |
| Binary | 10111111 | 1111100 | 110111 | 0 | 100011 | 1000111 | 11001 | 11110 | 110111 | 110000 |
Color Harmonies of #BF7C37
Complementary color
Monochromatic Colors of #BF7C37
Black with #BF7C37
Text Example
Text Example
White with #BF7C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7C37; }
p { color: rgb(191,124,55); }
H1.HeaderClassName
{
color: #BF7C37;
}
.AnyTagClassName
{
color: #BF7C37;
}
</style>
background-color css
<style>
a { background-color: #BF7C37; }
a { background-color: rgb(191,124,55); }
div.DivClassName
{
background-color: #BF7C37;
}
.BgClassName
{
background-color: #BF7C37;
}
</style>
border-color css
<style>
span { border-color: #BF7C37; }
span { border-color: rgb(191,124,55); }
td.TdClassName
{
border-color: #BF7C37;
}
.TagClassName
{
border-color: #BF7C37;
}
</style>