Shades of Brandy Punch #BF7A40
Tints of Brandy Punch #BF7A40
RGB
CMYK
RGB Variations
Color information
#BF7A40 (or 0xBF7A40) is known color: Brandy Punch. HEX triplet: BF, 7A and 40. RGB value is (191,122,64). Sum of RGB (Red+Green+Blue) = 191+122+64=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 64 (25.39% from 255 or 16.98% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7A40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7A40 is #4085BF. Grayscale: #888888. Windows color (decimal): -4228544 or 4225727. OLE color: 4225727.
HSL color Cylindrical-coordinate representation of color #BF7A40: hue angle of 27.4º 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 #BF7A40 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 122 | 64 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.25 |
| HSL | 27.4º | 0.5% | 0.5% | - |
| HSV(B) | 27.4º | 0.66% | 0.75% | - |
| XYZ | 29.37 | 25.37 | 8.2 | - |
| YUV | 136.02 | 87.36 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 122 | 64 | 0 | 0.36 | 0.66 | 0.25 | 27.4 | 0.5 | 0.5 |
| Hex | BF | 7A | 40 | 0 | 24 | 42 | 19 | 1B | 32 | 32 |
| Octal | 277 | 172 | 100 | 0 | 44 | 102 | 31 | 33 | 62 | 62 |
| Binary | 10111111 | 1111010 | 1000000 | 0 | 100100 | 1000010 | 11001 | 11011 | 110010 | 110010 |
Color Harmonies of #BF7A40
Complementary color
Monochromatic Colors of #BF7A40
Black with #BF7A40
Text Example
Text Example
White with #BF7A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7A40; }
p { color: rgb(191,122,64); }
H1.HeaderClassName
{
color: #BF7A40;
}
.AnyTagClassName
{
color: #BF7A40;
}
</style>
background-color css
<style>
a { background-color: #BF7A40; }
a { background-color: rgb(191,122,64); }
div.DivClassName
{
background-color: #BF7A40;
}
.BgClassName
{
background-color: #BF7A40;
}
</style>
border-color css
<style>
span { border-color: #BF7A40; }
span { border-color: rgb(191,122,64); }
td.TdClassName
{
border-color: #BF7A40;
}
.TagClassName
{
border-color: #BF7A40;
}
</style>