Shades of Brandy Punch #B9774D
Tints of Brandy Punch #B9774D
RGB
CMYK
RGB Variations
Color information
#B9774D (or 0xB9774D) is known color: Brandy Punch. HEX triplet: B9, 77 and 4D. RGB value is (185,119,77). Sum of RGB (Red+Green+Blue) = 185+119+77=381 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.56% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 185 - color contains mainly: red. Hex color #B9774D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9774D is #4688B2. Grayscale: #868686. Windows color (decimal): -4622515 or 5076921. OLE color: 5076921.
HSL color Cylindrical-coordinate representation of color #B9774D: hue angle of 23.33º 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 #B9774D is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 119 | 77 | - |
| CMYK | 0 | 0.36 | 0.58 | 0.27 |
| HSL | 23.33º | 0.44% | 0.51% | - |
| HSV(B) | 23.33º | 0.58% | 0.73% | - |
| XYZ | 27.94 | 24.04 | 10.19 | - |
| YUV | 133.95 | 95.87 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 119 | 77 | 0 | 0.36 | 0.58 | 0.27 | 23.33 | 0.44 | 0.51 |
| Hex | B9 | 77 | 4D | 0 | 24 | 3A | 1B | 17 | 2C | 33 |
| Octal | 271 | 167 | 115 | 0 | 44 | 72 | 33 | 27 | 54 | 63 |
| Binary | 10111001 | 1110111 | 1001101 | 0 | 100100 | 111010 | 11011 | 10111 | 101100 | 110011 |
Color Harmonies of #B9774D
Complementary color
Monochromatic Colors of #B9774D
Black with #B9774D
Text Example
Text Example
White with #B9774D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9774D; }
p { color: rgb(185,119,77); }
H1.HeaderClassName
{
color: #B9774D;
}
.AnyTagClassName
{
color: #B9774D;
}
</style>
background-color css
<style>
a { background-color: #B9774D; }
a { background-color: rgb(185,119,77); }
div.DivClassName
{
background-color: #B9774D;
}
.BgClassName
{
background-color: #B9774D;
}
</style>
border-color css
<style>
span { border-color: #B9774D; }
span { border-color: rgb(185,119,77); }
td.TdClassName
{
border-color: #B9774D;
}
.TagClassName
{
border-color: #B9774D;
}
</style>