Shades of Brandy Punch #BF8043
Tints of Brandy Punch #BF8043
RGB
CMYK
RGB Variations
Color information
#BF8043 (or 0xBF8043) is known color: Brandy Punch. HEX triplet: BF, 80 and 43. RGB value is (191,128,67). Sum of RGB (Red+Green+Blue) = 191+128+67=386 (51% of max value = 765). Red value is 191 (75% from 255 or 49.48% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 67 (26.56% from 255 or 17.36% from 386); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8043 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8043 is #407FBC. Grayscale: #8C8C8C. Windows color (decimal): -4227005 or 4423871. OLE color: 4423871.
HSL color Cylindrical-coordinate representation of color #BF8043: hue angle of 29.52º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF8043 is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 128 | 67 | - |
| CMYK | 0 | 0.33 | 0.65 | 0.25 |
| HSL | 29.52º | 0.49% | 0.51% | - |
| HSV(B) | 29.52º | 0.65% | 0.75% | - |
| XYZ | 30.22 | 26.92 | 8.91 | - |
| YUV | 139.88 | 86.87 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 128 | 67 | 0 | 0.33 | 0.65 | 0.25 | 29.52 | 0.49 | 0.51 |
| Hex | BF | 80 | 43 | 0 | 21 | 41 | 19 | 1E | 31 | 33 |
| Octal | 277 | 200 | 103 | 0 | 41 | 101 | 31 | 36 | 61 | 63 |
| Binary | 10111111 | 10000000 | 1000011 | 0 | 100001 | 1000001 | 11001 | 11110 | 110001 | 110011 |
Color Harmonies of #BF8043
Complementary color
Monochromatic Colors of #BF8043
Black with #BF8043
Text Example
Text Example
White with #BF8043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8043; }
p { color: rgb(191,128,67); }
H1.HeaderClassName
{
color: #BF8043;
}
.AnyTagClassName
{
color: #BF8043;
}
</style>
background-color css
<style>
a { background-color: #BF8043; }
a { background-color: rgb(191,128,67); }
div.DivClassName
{
background-color: #BF8043;
}
.BgClassName
{
background-color: #BF8043;
}
</style>
border-color css
<style>
span { border-color: #BF8043; }
span { border-color: rgb(191,128,67); }
td.TdClassName
{
border-color: #BF8043;
}
.TagClassName
{
border-color: #BF8043;
}
</style>