Shades of Brandy Punch #B3794F
Tints of Brandy Punch #B3794F
RGB
CMYK
RGB Variations
Color information
#B3794F (or 0xB3794F) is known color: Brandy Punch. HEX triplet: B3, 79 and 4F. RGB value is (179,121,79). Sum of RGB (Red+Green+Blue) = 179+121+79=379 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.23% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 79 (31.25% from 255 or 20.84% from 379); Max value from RGB is 179 - color contains mainly: red. Hex color #B3794F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3794F is #4C86B0. Grayscale: #858585. Windows color (decimal): -5015217 or 5208499. OLE color: 5208499.
HSL color Cylindrical-coordinate representation of color #B3794F: hue angle of 25.2º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B3794F is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 121 | 79 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.30 |
| HSL | 25.2º | 0.4% | 0.51% | - |
| HSV(B) | 25.2º | 0.56% | 0.7% | - |
| XYZ | 26.84 | 23.82 | 10.58 | - |
| YUV | 133.55 | 97.22 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 121 | 79 | 0 | 0.32 | 0.56 | 0.30 | 25.2 | 0.4 | 0.51 |
| Hex | B3 | 79 | 4F | 0 | 20 | 38 | 1E | 19 | 28 | 33 |
| Octal | 263 | 171 | 117 | 0 | 40 | 70 | 36 | 31 | 50 | 63 |
| Binary | 10110011 | 1111001 | 1001111 | 0 | 100000 | 111000 | 11110 | 11001 | 101000 | 110011 |
Color Harmonies of #B3794F
Complementary color
Monochromatic Colors of #B3794F
Black with #B3794F
Text Example
Text Example
White with #B3794F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3794F; }
p { color: rgb(179,121,79); }
H1.HeaderClassName
{
color: #B3794F;
}
.AnyTagClassName
{
color: #B3794F;
}
</style>
background-color css
<style>
a { background-color: #B3794F; }
a { background-color: rgb(179,121,79); }
div.DivClassName
{
background-color: #B3794F;
}
.BgClassName
{
background-color: #B3794F;
}
</style>
border-color css
<style>
span { border-color: #B3794F; }
span { border-color: rgb(179,121,79); }
td.TdClassName
{
border-color: #B3794F;
}
.TagClassName
{
border-color: #B3794F;
}
</style>