Shades of Brandy Punch #B98345
Tints of Brandy Punch #B98345
RGB
CMYK
RGB Variations
Color information
#B98345 (or 0xB98345) is known color: Brandy Punch. HEX triplet: B9, 83 and 45. RGB value is (185,131,69). Sum of RGB (Red+Green+Blue) = 185+131+69=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 69 (27.34% from 255 or 17.92% from 385); Max value from RGB is 185 - color contains mainly: red. Hex color #B98345 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98345 is #467CBA. Grayscale: #8C8C8C. Windows color (decimal): -4619451 or 4555705. OLE color: 4555705.
HSL color Cylindrical-coordinate representation of color #B98345: hue angle of 32.07º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B98345 is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 131 | 69 | - |
| CMYK | 0 | 0.29 | 0.63 | 0.27 |
| HSL | 32.07º | 0.46% | 0.5% | - |
| HSV(B) | 32.07º | 0.63% | 0.73% | - |
| XYZ | 29.2 | 26.98 | 9.3 | - |
| YUV | 140.08 | 87.89 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 131 | 69 | 0 | 0.29 | 0.63 | 0.27 | 32.07 | 0.46 | 0.5 |
| Hex | B9 | 83 | 45 | 0 | 1D | 3F | 1B | 20 | 2E | 32 |
| Octal | 271 | 203 | 105 | 0 | 35 | 77 | 33 | 40 | 56 | 62 |
| Binary | 10111001 | 10000011 | 1000101 | 0 | 11101 | 111111 | 11011 | 100000 | 101110 | 110010 |
Color Harmonies of #B98345
Complementary color
Monochromatic Colors of #B98345
Black with #B98345
Text Example
Text Example
White with #B98345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98345; }
p { color: rgb(185,131,69); }
H1.HeaderClassName
{
color: #B98345;
}
.AnyTagClassName
{
color: #B98345;
}
</style>
background-color css
<style>
a { background-color: #B98345; }
a { background-color: rgb(185,131,69); }
div.DivClassName
{
background-color: #B98345;
}
.BgClassName
{
background-color: #B98345;
}
</style>
border-color css
<style>
span { border-color: #B98345; }
span { border-color: rgb(185,131,69); }
td.TdClassName
{
border-color: #B98345;
}
.TagClassName
{
border-color: #B98345;
}
</style>