Shades of Brandy Punch #BF803F
Tints of Brandy Punch #BF803F
RGB
CMYK
RGB Variations
Color information
#BF803F (or 0xBF803F) is known color: Brandy Punch. HEX triplet: BF, 80 and 3F. RGB value is (191,128,63). Sum of RGB (Red+Green+Blue) = 191+128+63=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 63 (25% from 255 or 16.49% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BF803F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF803F is #407FC0. Grayscale: #8B8B8B. Windows color (decimal): -4227009 or 4161727. OLE color: 4161727.
HSL color Cylindrical-coordinate representation of color #BF803F: hue angle of 30.47º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF803F is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 128 | 63 | - |
| CMYK | 0 | 0.33 | 0.67 | 0.25 |
| HSL | 30.47º | 0.5% | 0.5% | - |
| HSV(B) | 30.47º | 0.67% | 0.75% | - |
| XYZ | 30.1 | 26.87 | 8.3 | - |
| YUV | 139.43 | 84.87 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 128 | 63 | 0 | 0.33 | 0.67 | 0.25 | 30.47 | 0.5 | 0.5 |
| Hex | BF | 80 | 3F | 0 | 21 | 43 | 19 | 1E | 32 | 32 |
| Octal | 277 | 200 | 77 | 0 | 41 | 103 | 31 | 36 | 62 | 62 |
| Binary | 10111111 | 10000000 | 111111 | 0 | 100001 | 1000011 | 11001 | 11110 | 110010 | 110010 |
Color Harmonies of #BF803F
Complementary color
Monochromatic Colors of #BF803F
Black with #BF803F
Text Example
Text Example
White with #BF803F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF803F; }
p { color: rgb(191,128,63); }
H1.HeaderClassName
{
color: #BF803F;
}
.AnyTagClassName
{
color: #BF803F;
}
</style>
background-color css
<style>
a { background-color: #BF803F; }
a { background-color: rgb(191,128,63); }
div.DivClassName
{
background-color: #BF803F;
}
.BgClassName
{
background-color: #BF803F;
}
</style>
border-color css
<style>
span { border-color: #BF803F; }
span { border-color: rgb(191,128,63); }
td.TdClassName
{
border-color: #BF803F;
}
.TagClassName
{
border-color: #BF803F;
}
</style>