Shades of Brandy Punch #B9754E
Tints of Brandy Punch #B9754E
RGB
CMYK
RGB Variations
Color information
#B9754E (or 0xB9754E) is known color: Brandy Punch. HEX triplet: B9, 75 and 4E. RGB value is (185,117,78). Sum of RGB (Red+Green+Blue) = 185+117+78=380 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.68% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 78 (30.86% from 255 or 20.53% from 380); Max value from RGB is 185 - color contains mainly: red. Hex color #B9754E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9754E is #468AB1. Grayscale: #858585. Windows color (decimal): -4623026 or 5141945. OLE color: 5141945.
HSL color Cylindrical-coordinate representation of color #B9754E: hue angle of 21.87º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B9754E is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 117 | 78 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.27 |
| HSL | 21.87º | 0.43% | 0.52% | - |
| HSV(B) | 21.87º | 0.58% | 0.73% | - |
| XYZ | 27.74 | 23.59 | 10.3 | - |
| YUV | 132.89 | 97.03 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 117 | 78 | 0 | 0.37 | 0.58 | 0.27 | 21.87 | 0.43 | 0.52 |
| Hex | B9 | 75 | 4E | 0 | 25 | 3A | 1B | 16 | 2B | 34 |
| Octal | 271 | 165 | 116 | 0 | 45 | 72 | 33 | 26 | 53 | 64 |
| Binary | 10111001 | 1110101 | 1001110 | 0 | 100101 | 111010 | 11011 | 10110 | 101011 | 110100 |
Color Harmonies of #B9754E
Complementary color
Monochromatic Colors of #B9754E
Black with #B9754E
Text Example
Text Example
White with #B9754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9754E; }
p { color: rgb(185,117,78); }
H1.HeaderClassName
{
color: #B9754E;
}
.AnyTagClassName
{
color: #B9754E;
}
</style>
background-color css
<style>
a { background-color: #B9754E; }
a { background-color: rgb(185,117,78); }
div.DivClassName
{
background-color: #B9754E;
}
.BgClassName
{
background-color: #B9754E;
}
</style>
border-color css
<style>
span { border-color: #B9754E; }
span { border-color: rgb(185,117,78); }
td.TdClassName
{
border-color: #B9754E;
}
.TagClassName
{
border-color: #B9754E;
}
</style>