Shades of Brandy Punch #B8794A
Tints of Brandy Punch #B8794A
RGB
CMYK
RGB Variations
Color information
#B8794A (or 0xB8794A) is known color: Brandy Punch. HEX triplet: B8, 79 and 4A. RGB value is (184,121,74). Sum of RGB (Red+Green+Blue) = 184+121+74=379 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.55% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 74 (29.30% from 255 or 19.53% from 379); Max value from RGB is 184 - color contains mainly: red. Hex color #B8794A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8794A is #4786B5. Grayscale: #868686. Windows color (decimal): -4687542 or 4880824. OLE color: 4880824.
HSL color Cylindrical-coordinate representation of color #B8794A: hue angle of 25.64º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B8794A is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 121 | 74 | - |
| CMYK | 0 | 0.34 | 0.60 | 0.28 |
| HSL | 25.64º | 0.44% | 0.51% | - |
| HSV(B) | 25.64º | 0.6% | 0.72% | - |
| XYZ | 27.84 | 24.36 | 9.71 | - |
| YUV | 134.48 | 93.87 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 121 | 74 | 0 | 0.34 | 0.60 | 0.28 | 25.64 | 0.44 | 0.51 |
| Hex | B8 | 79 | 4A | 0 | 22 | 3C | 1C | 1A | 2C | 33 |
| Octal | 270 | 171 | 112 | 0 | 42 | 74 | 34 | 32 | 54 | 63 |
| Binary | 10111000 | 1111001 | 1001010 | 0 | 100010 | 111100 | 11100 | 11010 | 101100 | 110011 |
Color Harmonies of #B8794A
Complementary color
Monochromatic Colors of #B8794A
Black with #B8794A
Text Example
Text Example
White with #B8794A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8794A; }
p { color: rgb(184,121,74); }
H1.HeaderClassName
{
color: #B8794A;
}
.AnyTagClassName
{
color: #B8794A;
}
</style>
background-color css
<style>
a { background-color: #B8794A; }
a { background-color: rgb(184,121,74); }
div.DivClassName
{
background-color: #B8794A;
}
.BgClassName
{
background-color: #B8794A;
}
</style>
border-color css
<style>
span { border-color: #B8794A; }
span { border-color: rgb(184,121,74); }
td.TdClassName
{
border-color: #B8794A;
}
.TagClassName
{
border-color: #B8794A;
}
</style>