Shades of Brandy Punch #B2794B
Tints of Brandy Punch #B2794B
RGB
CMYK
RGB Variations
Color information
#B2794B (or 0xB2794B) is known color: Brandy Punch. HEX triplet: B2, 79 and 4B. RGB value is (178,121,75). Sum of RGB (Red+Green+Blue) = 178+121+75=374 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.59% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 75 (29.69% from 255 or 20.05% from 374); Max value from RGB is 178 - color contains mainly: red. Hex color #B2794B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2794B is #4D86B4. Grayscale: #858585. Windows color (decimal): -5080757 or 4946354. OLE color: 4946354.
HSL color Cylindrical-coordinate representation of color #B2794B: hue angle of 26.8º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2794B is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 121 | 75 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.30 |
| HSL | 26.8º | 0.41% | 0.5% | - |
| HSV(B) | 26.8º | 0.58% | 0.7% | - |
| XYZ | 26.47 | 23.65 | 9.83 | - |
| YUV | 132.8 | 95.38 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 121 | 75 | 0 | 0.32 | 0.58 | 0.30 | 26.8 | 0.41 | 0.5 |
| Hex | B2 | 79 | 4B | 0 | 20 | 3A | 1E | 1B | 29 | 32 |
| Octal | 262 | 171 | 113 | 0 | 40 | 72 | 36 | 33 | 51 | 62 |
| Binary | 10110010 | 1111001 | 1001011 | 0 | 100000 | 111010 | 11110 | 11011 | 101001 | 110010 |
Color Harmonies of #B2794B
Complementary color
Monochromatic Colors of #B2794B
Black with #B2794B
Text Example
Text Example
White with #B2794B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2794B; }
p { color: rgb(178,121,75); }
H1.HeaderClassName
{
color: #B2794B;
}
.AnyTagClassName
{
color: #B2794B;
}
</style>
background-color css
<style>
a { background-color: #B2794B; }
a { background-color: rgb(178,121,75); }
div.DivClassName
{
background-color: #B2794B;
}
.BgClassName
{
background-color: #B2794B;
}
</style>
border-color css
<style>
span { border-color: #B2794B; }
span { border-color: rgb(178,121,75); }
td.TdClassName
{
border-color: #B2794B;
}
.TagClassName
{
border-color: #B2794B;
}
</style>