Shades of Brandy Punch #B9804D
Tints of Brandy Punch #B9804D
RGB
CMYK
RGB Variations
Color information
#B9804D (or 0xB9804D) is known color: Brandy Punch. HEX triplet: B9, 80 and 4D. RGB value is (185,128,77). Sum of RGB (Red+Green+Blue) = 185+128+77=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 77 (30.47% from 255 or 19.74% from 390); Max value from RGB is 185 - color contains mainly: red. Hex color #B9804D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9804D is #467FB2. Grayscale: #8B8B8B. Windows color (decimal): -4620211 or 5079225. OLE color: 5079225.
HSL color Cylindrical-coordinate representation of color #B9804D: hue angle of 28.33º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B9804D is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 128 | 77 | - |
| CMYK | 0 | 0.31 | 0.58 | 0.27 |
| HSL | 28.33º | 0.44% | 0.51% | - |
| HSV(B) | 28.33º | 0.58% | 0.73% | - |
| XYZ | 29.07 | 26.29 | 10.56 | - |
| YUV | 139.23 | 92.88 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 128 | 77 | 0 | 0.31 | 0.58 | 0.27 | 28.33 | 0.44 | 0.51 |
| Hex | B9 | 80 | 4D | 0 | 1F | 3A | 1B | 1C | 2C | 33 |
| Octal | 271 | 200 | 115 | 0 | 37 | 72 | 33 | 34 | 54 | 63 |
| Binary | 10111001 | 10000000 | 1001101 | 0 | 11111 | 111010 | 11011 | 11100 | 101100 | 110011 |
Color Harmonies of #B9804D
Complementary color
Monochromatic Colors of #B9804D
Black with #B9804D
Text Example
Text Example
White with #B9804D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9804D; }
p { color: rgb(185,128,77); }
H1.HeaderClassName
{
color: #B9804D;
}
.AnyTagClassName
{
color: #B9804D;
}
</style>
background-color css
<style>
a { background-color: #B9804D; }
a { background-color: rgb(185,128,77); }
div.DivClassName
{
background-color: #B9804D;
}
.BgClassName
{
background-color: #B9804D;
}
</style>
border-color css
<style>
span { border-color: #B9804D; }
span { border-color: rgb(185,128,77); }
td.TdClassName
{
border-color: #B9804D;
}
.TagClassName
{
border-color: #B9804D;
}
</style>