Shades of Brandy Punch #BF8140
Tints of Brandy Punch #BF8140
RGB
CMYK
RGB Variations
Color information
#BF8140 (or 0xBF8140) is known color: Brandy Punch. HEX triplet: BF, 81 and 40. RGB value is (191,129,64). Sum of RGB (Red+Green+Blue) = 191+129+64=384 (50% of max value = 765). Red value is 191 (75% from 255 or 49.74% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 64 (25.39% from 255 or 16.67% from 384); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8140 is #407EBF. Grayscale: #8C8C8C. Windows color (decimal): -4226752 or 4227519. OLE color: 4227519.
HSL color Cylindrical-coordinate representation of color #BF8140: hue angle of 30.71º 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 #BF8140 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 129 | 64 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.25 |
| HSL | 30.71º | 0.5% | 0.5% | - |
| HSV(B) | 30.71º | 0.66% | 0.75% | - |
| XYZ | 30.26 | 27.15 | 8.5 | - |
| YUV | 140.13 | 85.04 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 129 | 64 | 0 | 0.32 | 0.66 | 0.25 | 30.71 | 0.5 | 0.5 |
| Hex | BF | 81 | 40 | 0 | 20 | 42 | 19 | 1F | 32 | 32 |
| Octal | 277 | 201 | 100 | 0 | 40 | 102 | 31 | 37 | 62 | 62 |
| Binary | 10111111 | 10000001 | 1000000 | 0 | 100000 | 1000010 | 11001 | 11111 | 110010 | 110010 |
Color Harmonies of #BF8140
Complementary color
Monochromatic Colors of #BF8140
Black with #BF8140
Text Example
Text Example
White with #BF8140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8140; }
p { color: rgb(191,129,64); }
H1.HeaderClassName
{
color: #BF8140;
}
.AnyTagClassName
{
color: #BF8140;
}
</style>
background-color css
<style>
a { background-color: #BF8140; }
a { background-color: rgb(191,129,64); }
div.DivClassName
{
background-color: #BF8140;
}
.BgClassName
{
background-color: #BF8140;
}
</style>
border-color css
<style>
span { border-color: #BF8140; }
span { border-color: rgb(191,129,64); }
td.TdClassName
{
border-color: #BF8140;
}
.TagClassName
{
border-color: #BF8140;
}
</style>