Shades of Brandy Punch #B2793D
Tints of Brandy Punch #B2793D
RGB
CMYK
RGB Variations
Color information
#B2793D (or 0xB2793D) is known color: Brandy Punch. HEX triplet: B2, 79 and 3D. RGB value is (178,121,61). Sum of RGB (Red+Green+Blue) = 178+121+61=360 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.44% from 360); Green value is 121 (47.66% from 255 or 33.61% from 360); Blue value is 61 (24.22% from 255 or 16.94% from 360); Max value from RGB is 178 - color contains mainly: red. Hex color #B2793D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2793D is #4D86C2. Grayscale: #838383. Windows color (decimal): -5080771 or 4028850. OLE color: 4028850.
HSL color Cylindrical-coordinate representation of color #B2793D: hue angle of 30.77º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B2793D is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 121 | 61 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.30 |
| HSL | 30.77º | 0.49% | 0.47% | - |
| HSV(B) | 30.77º | 0.66% | 0.7% | - |
| XYZ | 26.04 | 23.48 | 7.57 | - |
| YUV | 131.2 | 88.38 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 121 | 61 | 0 | 0.32 | 0.66 | 0.30 | 30.77 | 0.49 | 0.47 |
| Hex | B2 | 79 | 3D | 0 | 20 | 42 | 1E | 1F | 31 | 2F |
| Octal | 262 | 171 | 75 | 0 | 40 | 102 | 36 | 37 | 61 | 57 |
| Binary | 10110010 | 1111001 | 111101 | 0 | 100000 | 1000010 | 11110 | 11111 | 110001 | 101111 |
Color Harmonies of #B2793D
Complementary color
Monochromatic Colors of #B2793D
Black with #B2793D
Text Example
Text Example
White with #B2793D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2793D; }
p { color: rgb(178,121,61); }
H1.HeaderClassName
{
color: #B2793D;
}
.AnyTagClassName
{
color: #B2793D;
}
</style>
background-color css
<style>
a { background-color: #B2793D; }
a { background-color: rgb(178,121,61); }
div.DivClassName
{
background-color: #B2793D;
}
.BgClassName
{
background-color: #B2793D;
}
</style>
border-color css
<style>
span { border-color: #B2793D; }
span { border-color: rgb(178,121,61); }
td.TdClassName
{
border-color: #B2793D;
}
.TagClassName
{
border-color: #B2793D;
}
</style>