Shades of Brandy Punch #B9803F
Tints of Brandy Punch #B9803F
RGB
CMYK
RGB Variations
Color information
#B9803F (or 0xB9803F) is known color: Brandy Punch. HEX triplet: B9, 80 and 3F. RGB value is (185,128,63). Sum of RGB (Red+Green+Blue) = 185+128+63=376 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.20% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 63 (25% from 255 or 16.76% from 376); Max value from RGB is 185 - color contains mainly: red. Hex color #B9803F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9803F is #467FC0. Grayscale: #898989. Windows color (decimal): -4620225 or 4161721. OLE color: 4161721.
HSL color Cylindrical-coordinate representation of color #B9803F: hue angle of 31.97º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B9803F is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 128 | 63 | - |
| CMYK | 0 | 0.31 | 0.66 | 0.27 |
| HSL | 31.97º | 0.49% | 0.49% | - |
| HSV(B) | 31.97º | 0.66% | 0.73% | - |
| XYZ | 28.62 | 26.11 | 8.23 | - |
| YUV | 137.63 | 85.88 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 128 | 63 | 0 | 0.31 | 0.66 | 0.27 | 31.97 | 0.49 | 0.49 |
| Hex | B9 | 80 | 3F | 0 | 1F | 42 | 1B | 20 | 31 | 31 |
| Octal | 271 | 200 | 77 | 0 | 37 | 102 | 33 | 40 | 61 | 61 |
| Binary | 10111001 | 10000000 | 111111 | 0 | 11111 | 1000010 | 11011 | 100000 | 110001 | 110001 |
Color Harmonies of #B9803F
Complementary color
Monochromatic Colors of #B9803F
Black with #B9803F
Text Example
Text Example
White with #B9803F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9803F; }
p { color: rgb(185,128,63); }
H1.HeaderClassName
{
color: #B9803F;
}
.AnyTagClassName
{
color: #B9803F;
}
</style>
background-color css
<style>
a { background-color: #B9803F; }
a { background-color: rgb(185,128,63); }
div.DivClassName
{
background-color: #B9803F;
}
.BgClassName
{
background-color: #B9803F;
}
</style>
border-color css
<style>
span { border-color: #B9803F; }
span { border-color: rgb(185,128,63); }
td.TdClassName
{
border-color: #B9803F;
}
.TagClassName
{
border-color: #B9803F;
}
</style>