Shades of Brandy Punch #B9744D
Tints of Brandy Punch #B9744D
RGB
CMYK
RGB Variations
Color information
#B9744D (or 0xB9744D) is known color: Brandy Punch. HEX triplet: B9, 74 and 4D. RGB value is (185,116,77). Sum of RGB (Red+Green+Blue) = 185+116+77=378 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.94% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 185 - color contains mainly: red. Hex color #B9744D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9744D is #468BB2. Grayscale: #848484. Windows color (decimal): -4623283 or 5076153. OLE color: 5076153.
HSL color Cylindrical-coordinate representation of color #B9744D: hue angle of 21.67º 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 #B9744D is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 116 | 77 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.27 |
| HSL | 21.67º | 0.44% | 0.51% | - |
| HSV(B) | 21.67º | 0.58% | 0.73% | - |
| XYZ | 27.59 | 23.34 | 10.07 | - |
| YUV | 132.19 | 96.86 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 116 | 77 | 0 | 0.37 | 0.58 | 0.27 | 21.67 | 0.44 | 0.51 |
| Hex | B9 | 74 | 4D | 0 | 25 | 3A | 1B | 16 | 2C | 33 |
| Octal | 271 | 164 | 115 | 0 | 45 | 72 | 33 | 26 | 54 | 63 |
| Binary | 10111001 | 1110100 | 1001101 | 0 | 100101 | 111010 | 11011 | 10110 | 101100 | 110011 |
Color Harmonies of #B9744D
Complementary color
Monochromatic Colors of #B9744D
Black with #B9744D
Text Example
Text Example
White with #B9744D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9744D; }
p { color: rgb(185,116,77); }
H1.HeaderClassName
{
color: #B9744D;
}
.AnyTagClassName
{
color: #B9744D;
}
</style>
background-color css
<style>
a { background-color: #B9744D; }
a { background-color: rgb(185,116,77); }
div.DivClassName
{
background-color: #B9744D;
}
.BgClassName
{
background-color: #B9744D;
}
</style>
border-color css
<style>
span { border-color: #B9744D; }
span { border-color: rgb(185,116,77); }
td.TdClassName
{
border-color: #B9744D;
}
.TagClassName
{
border-color: #B9744D;
}
</style>