Shades of Brandy Punch #B98344
Tints of Brandy Punch #B98344
RGB
CMYK
RGB Variations
Color information
#B98344 (or 0xB98344) is known color: Brandy Punch. HEX triplet: B9, 83 and 44. RGB value is (185,131,68). Sum of RGB (Red+Green+Blue) = 185+131+68=384 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.18% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 68 (26.95% from 255 or 17.71% from 384); Max value from RGB is 185 - color contains mainly: red. Hex color #B98344 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98344 is #467CBB. Grayscale: #8C8C8C. Windows color (decimal): -4619452 or 4490169. OLE color: 4490169.
HSL color Cylindrical-coordinate representation of color #B98344: hue angle of 32.31º 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 #B98344 is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 131 | 68 | - |
| CMYK | 0 | 0.29 | 0.63 | 0.27 |
| HSL | 32.31º | 0.46% | 0.5% | - |
| HSV(B) | 32.31º | 0.63% | 0.73% | - |
| XYZ | 29.17 | 26.96 | 9.14 | - |
| YUV | 139.96 | 87.39 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 131 | 68 | 0 | 0.29 | 0.63 | 0.27 | 32.31 | 0.46 | 0.5 |
| Hex | B9 | 83 | 44 | 0 | 1D | 3F | 1B | 20 | 2E | 32 |
| Octal | 271 | 203 | 104 | 0 | 35 | 77 | 33 | 40 | 56 | 62 |
| Binary | 10111001 | 10000011 | 1000100 | 0 | 11101 | 111111 | 11011 | 100000 | 101110 | 110010 |
Color Harmonies of #B98344
Complementary color
Monochromatic Colors of #B98344
Black with #B98344
Text Example
Text Example
White with #B98344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98344; }
p { color: rgb(185,131,68); }
H1.HeaderClassName
{
color: #B98344;
}
.AnyTagClassName
{
color: #B98344;
}
</style>
background-color css
<style>
a { background-color: #B98344; }
a { background-color: rgb(185,131,68); }
div.DivClassName
{
background-color: #B98344;
}
.BgClassName
{
background-color: #B98344;
}
</style>
border-color css
<style>
span { border-color: #B98344; }
span { border-color: rgb(185,131,68); }
td.TdClassName
{
border-color: #B98344;
}
.TagClassName
{
border-color: #B98344;
}
</style>