Shades of Brandy Punch #B8794F
Tints of Brandy Punch #B8794F
RGB
CMYK
RGB Variations
Color information
#B8794F (or 0xB8794F) is known color: Brandy Punch. HEX triplet: B8, 79 and 4F. RGB value is (184,121,79). Sum of RGB (Red+Green+Blue) = 184+121+79=384 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.92% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 79 (31.25% from 255 or 20.57% from 384); Max value from RGB is 184 - color contains mainly: red. Hex color #B8794F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8794F is #4786B0. Grayscale: #878787. Windows color (decimal): -4687537 or 5208504. OLE color: 5208504.
HSL color Cylindrical-coordinate representation of color #B8794F: hue angle of 24º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B8794F is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 121 | 79 | - |
| CMYK | 0 | 0.34 | 0.57 | 0.28 |
| HSL | 24º | 0.43% | 0.52% | - |
| HSV(B) | 24º | 0.57% | 0.72% | - |
| XYZ | 28.02 | 24.43 | 10.64 | - |
| YUV | 135.05 | 96.37 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 121 | 79 | 0 | 0.34 | 0.57 | 0.28 | 24 | 0.43 | 0.52 |
| Hex | B8 | 79 | 4F | 0 | 22 | 39 | 1C | 18 | 2B | 34 |
| Octal | 270 | 171 | 117 | 0 | 42 | 71 | 34 | 30 | 53 | 64 |
| Binary | 10111000 | 1111001 | 1001111 | 0 | 100010 | 111001 | 11100 | 11000 | 101011 | 110100 |
Color Harmonies of #B8794F
Complementary color
Monochromatic Colors of #B8794F
Black with #B8794F
Text Example
Text Example
White with #B8794F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8794F; }
p { color: rgb(184,121,79); }
H1.HeaderClassName
{
color: #B8794F;
}
.AnyTagClassName
{
color: #B8794F;
}
</style>
background-color css
<style>
a { background-color: #B8794F; }
a { background-color: rgb(184,121,79); }
div.DivClassName
{
background-color: #B8794F;
}
.BgClassName
{
background-color: #B8794F;
}
</style>
border-color css
<style>
span { border-color: #B8794F; }
span { border-color: rgb(184,121,79); }
td.TdClassName
{
border-color: #B8794F;
}
.TagClassName
{
border-color: #B8794F;
}
</style>