Shades of Brandy Punch #B9754D
Tints of Brandy Punch #B9754D
RGB
CMYK
RGB Variations
Color information
#B9754D (or 0xB9754D) is known color: Brandy Punch. HEX triplet: B9, 75 and 4D. RGB value is (185,117,77). Sum of RGB (Red+Green+Blue) = 185+117+77=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B9754D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9754D is #468AB2. Grayscale: #858585. Windows color (decimal): -4623027 or 5076409. OLE color: 5076409.
HSL color Cylindrical-coordinate representation of color #B9754D: hue angle of 22.22º 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 #B9754D is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 117 | 77 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.27 |
| HSL | 22.22º | 0.44% | 0.51% | - |
| HSV(B) | 22.22º | 0.58% | 0.73% | - |
| XYZ | 27.71 | 23.57 | 10.11 | - |
| YUV | 132.77 | 96.53 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 117 | 77 | 0 | 0.37 | 0.58 | 0.27 | 22.22 | 0.44 | 0.51 |
| Hex | B9 | 75 | 4D | 0 | 25 | 3A | 1B | 16 | 2C | 33 |
| Octal | 271 | 165 | 115 | 0 | 45 | 72 | 33 | 26 | 54 | 63 |
| Binary | 10111001 | 1110101 | 1001101 | 0 | 100101 | 111010 | 11011 | 10110 | 101100 | 110011 |
Color Harmonies of #B9754D
Complementary color
Monochromatic Colors of #B9754D
Black with #B9754D
Text Example
Text Example
White with #B9754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9754D; }
p { color: rgb(185,117,77); }
H1.HeaderClassName
{
color: #B9754D;
}
.AnyTagClassName
{
color: #B9754D;
}
</style>
background-color css
<style>
a { background-color: #B9754D; }
a { background-color: rgb(185,117,77); }
div.DivClassName
{
background-color: #B9754D;
}
.BgClassName
{
background-color: #B9754D;
}
</style>
border-color css
<style>
span { border-color: #B9754D; }
span { border-color: rgb(185,117,77); }
td.TdClassName
{
border-color: #B9754D;
}
.TagClassName
{
border-color: #B9754D;
}
</style>