Shades of Brandy Punch #B9824A
Tints of Brandy Punch #B9824A
RGB
CMYK
RGB Variations
Color information
#B9824A (or 0xB9824A) is known color: Brandy Punch. HEX triplet: B9, 82 and 4A. RGB value is (185,130,74). Sum of RGB (Red+Green+Blue) = 185+130+74=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 74 (29.30% from 255 or 19.02% from 389); Max value from RGB is 185 - color contains mainly: red. Hex color #B9824A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9824A is #467DB5. Grayscale: #8C8C8C. Windows color (decimal): -4619702 or 4883129. OLE color: 4883129.
HSL color Cylindrical-coordinate representation of color #B9824A: hue angle of 30.27º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B9824A is Cyan = 0, Magento = 0.30, Yellow = 0.6 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 130 | 74 | - |
| CMYK | 0 | 0.30 | 0.6 | 0.27 |
| HSL | 30.27º | 0.44% | 0.51% | - |
| HSV(B) | 30.27º | 0.6% | 0.73% | - |
| XYZ | 29.23 | 26.77 | 10.11 | - |
| YUV | 140.06 | 90.72 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 130 | 74 | 0 | 0.30 | 0.6 | 0.27 | 30.27 | 0.44 | 0.51 |
| Hex | B9 | 82 | 4A | 0 | 1E | 3C | 1B | 1E | 2C | 33 |
| Octal | 271 | 202 | 112 | 0 | 36 | 74 | 33 | 36 | 54 | 63 |
| Binary | 10111001 | 10000010 | 1001010 | 0 | 11110 | 111100 | 11011 | 11110 | 101100 | 110011 |
Color Harmonies of #B9824A
Complementary color
Monochromatic Colors of #B9824A
Black with #B9824A
Text Example
Text Example
White with #B9824A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9824A; }
p { color: rgb(185,130,74); }
H1.HeaderClassName
{
color: #B9824A;
}
.AnyTagClassName
{
color: #B9824A;
}
</style>
background-color css
<style>
a { background-color: #B9824A; }
a { background-color: rgb(185,130,74); }
div.DivClassName
{
background-color: #B9824A;
}
.BgClassName
{
background-color: #B9824A;
}
</style>
border-color css
<style>
span { border-color: #B9824A; }
span { border-color: rgb(185,130,74); }
td.TdClassName
{
border-color: #B9824A;
}
.TagClassName
{
border-color: #B9824A;
}
</style>