Shades of Brandy Punch #BF8546
Tints of Brandy Punch #BF8546
RGB
CMYK
RGB Variations
Color information
#BF8546 (or 0xBF8546) is known color: Brandy Punch. HEX triplet: BF, 85 and 46. RGB value is (191,133,70). Sum of RGB (Red+Green+Blue) = 191+133+70=394 (52% of max value = 765). Red value is 191 (75% from 255 or 48.48% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 70 (27.73% from 255 or 17.77% from 394); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8546 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8546 is #407AB9. Grayscale: #8F8F8F. Windows color (decimal): -4225722 or 4621759. OLE color: 4621759.
HSL color Cylindrical-coordinate representation of color #BF8546: hue angle of 31.24º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF8546 is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 133 | 70 | - |
| CMYK | 0 | 0.30 | 0.63 | 0.25 |
| HSL | 31.24º | 0.49% | 0.51% | - |
| HSV(B) | 31.24º | 0.63% | 0.75% | - |
| XYZ | 30.98 | 28.29 | 9.62 | - |
| YUV | 143.16 | 86.72 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 133 | 70 | 0 | 0.30 | 0.63 | 0.25 | 31.24 | 0.49 | 0.51 |
| Hex | BF | 85 | 46 | 0 | 1E | 3F | 19 | 1F | 31 | 33 |
| Octal | 277 | 205 | 106 | 0 | 36 | 77 | 31 | 37 | 61 | 63 |
| Binary | 10111111 | 10000101 | 1000110 | 0 | 11110 | 111111 | 11001 | 11111 | 110001 | 110011 |
Color Harmonies of #BF8546
Complementary color
Monochromatic Colors of #BF8546
Black with #BF8546
Text Example
Text Example
White with #BF8546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8546; }
p { color: rgb(191,133,70); }
H1.HeaderClassName
{
color: #BF8546;
}
.AnyTagClassName
{
color: #BF8546;
}
</style>
background-color css
<style>
a { background-color: #BF8546; }
a { background-color: rgb(191,133,70); }
div.DivClassName
{
background-color: #BF8546;
}
.BgClassName
{
background-color: #BF8546;
}
</style>
border-color css
<style>
span { border-color: #BF8546; }
span { border-color: rgb(191,133,70); }
td.TdClassName
{
border-color: #BF8546;
}
.TagClassName
{
border-color: #BF8546;
}
</style>