Shades of Brandy Punch #B9764D
Tints of Brandy Punch #B9764D
RGB
CMYK
RGB Variations
Color information
#B9764D (or 0xB9764D) is known color: Brandy Punch. HEX triplet: B9, 76 and 4D. RGB value is (185,118,77). Sum of RGB (Red+Green+Blue) = 185+118+77=380 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.68% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 185 - color contains mainly: red. Hex color #B9764D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9764D is #4689B2. Grayscale: #858585. Windows color (decimal): -4622771 or 5076665. OLE color: 5076665.
HSL color Cylindrical-coordinate representation of color #B9764D: hue angle of 22.78º 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 #B9764D is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 118 | 77 | - |
| CMYK | 0 | 0.36 | 0.58 | 0.27 |
| HSL | 22.78º | 0.44% | 0.51% | - |
| HSV(B) | 22.78º | 0.58% | 0.73% | - |
| XYZ | 27.83 | 23.81 | 10.15 | - |
| YUV | 133.36 | 96.2 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 118 | 77 | 0 | 0.36 | 0.58 | 0.27 | 22.78 | 0.44 | 0.51 |
| Hex | B9 | 76 | 4D | 0 | 24 | 3A | 1B | 17 | 2C | 33 |
| Octal | 271 | 166 | 115 | 0 | 44 | 72 | 33 | 27 | 54 | 63 |
| Binary | 10111001 | 1110110 | 1001101 | 0 | 100100 | 111010 | 11011 | 10111 | 101100 | 110011 |
Color Harmonies of #B9764D
Complementary color
Monochromatic Colors of #B9764D
Black with #B9764D
Text Example
Text Example
White with #B9764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9764D; }
p { color: rgb(185,118,77); }
H1.HeaderClassName
{
color: #B9764D;
}
.AnyTagClassName
{
color: #B9764D;
}
</style>
background-color css
<style>
a { background-color: #B9764D; }
a { background-color: rgb(185,118,77); }
div.DivClassName
{
background-color: #B9764D;
}
.BgClassName
{
background-color: #B9764D;
}
</style>
border-color css
<style>
span { border-color: #B9764D; }
span { border-color: rgb(185,118,77); }
td.TdClassName
{
border-color: #B9764D;
}
.TagClassName
{
border-color: #B9764D;
}
</style>