Shades of Brandy Punch #BF804C
Tints of Brandy Punch #BF804C
RGB
CMYK
RGB Variations
Color information
#BF804C (or 0xBF804C) is known color: Brandy Punch. HEX triplet: BF, 80 and 4C. RGB value is (191,128,76). Sum of RGB (Red+Green+Blue) = 191+128+76=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 76 (30.08% from 255 or 19.24% from 395); Max value from RGB is 191 - color contains mainly: red. Hex color #BF804C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF804C is #407FB3. Grayscale: #8D8D8D. Windows color (decimal): -4226996 or 5013695. OLE color: 5013695.
HSL color Cylindrical-coordinate representation of color #BF804C: hue angle of 27.13º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF804C is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 128 | 76 | - |
| CMYK | 0 | 0.33 | 0.60 | 0.25 |
| HSL | 27.13º | 0.47% | 0.52% | - |
| HSV(B) | 27.13º | 0.6% | 0.75% | - |
| XYZ | 30.51 | 27.04 | 10.45 | - |
| YUV | 140.91 | 91.37 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 128 | 76 | 0 | 0.33 | 0.60 | 0.25 | 27.13 | 0.47 | 0.52 |
| Hex | BF | 80 | 4C | 0 | 21 | 3C | 19 | 1B | 2F | 34 |
| Octal | 277 | 200 | 114 | 0 | 41 | 74 | 31 | 33 | 57 | 64 |
| Binary | 10111111 | 10000000 | 1001100 | 0 | 100001 | 111100 | 11001 | 11011 | 101111 | 110100 |
Color Harmonies of #BF804C
Complementary color
Monochromatic Colors of #BF804C
Black with #BF804C
Text Example
Text Example
White with #BF804C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF804C; }
p { color: rgb(191,128,76); }
H1.HeaderClassName
{
color: #BF804C;
}
.AnyTagClassName
{
color: #BF804C;
}
</style>
background-color css
<style>
a { background-color: #BF804C; }
a { background-color: rgb(191,128,76); }
div.DivClassName
{
background-color: #BF804C;
}
.BgClassName
{
background-color: #BF804C;
}
</style>
border-color css
<style>
span { border-color: #BF804C; }
span { border-color: rgb(191,128,76); }
td.TdClassName
{
border-color: #BF804C;
}
.TagClassName
{
border-color: #BF804C;
}
</style>