Shades of Brandy Punch #B6793C
Tints of Brandy Punch #B6793C
RGB
CMYK
RGB Variations
Color information
#B6793C (or 0xB6793C) is known color: Brandy Punch. HEX triplet: B6, 79 and 3C. RGB value is (182,121,60). Sum of RGB (Red+Green+Blue) = 182+121+60=363 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50.14% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 60 (23.83% from 255 or 16.53% from 363); Max value from RGB is 182 - color contains mainly: red. Hex color #B6793C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6793C is #4986C3. Grayscale: #848484. Windows color (decimal): -4818628 or 3963318. OLE color: 3963318.
HSL color Cylindrical-coordinate representation of color #B6793C: hue angle of 30º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B6793C is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 121 | 60 | - |
| CMYK | 0 | 0.34 | 0.67 | 0.29 |
| HSL | 30º | 0.5% | 0.47% | - |
| HSV(B) | 30º | 0.67% | 0.71% | - |
| XYZ | 26.94 | 23.95 | 7.48 | - |
| YUV | 132.29 | 87.21 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 121 | 60 | 0 | 0.34 | 0.67 | 0.29 | 30 | 0.5 | 0.47 |
| Hex | B6 | 79 | 3C | 0 | 22 | 43 | 1D | 1E | 32 | 2F |
| Octal | 266 | 171 | 74 | 0 | 42 | 103 | 35 | 36 | 62 | 57 |
| Binary | 10110110 | 1111001 | 111100 | 0 | 100010 | 1000011 | 11101 | 11110 | 110010 | 101111 |
Color Harmonies of #B6793C
Complementary color
Monochromatic Colors of #B6793C
Black with #B6793C
Text Example
Text Example
White with #B6793C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6793C; }
p { color: rgb(182,121,60); }
H1.HeaderClassName
{
color: #B6793C;
}
.AnyTagClassName
{
color: #B6793C;
}
</style>
background-color css
<style>
a { background-color: #B6793C; }
a { background-color: rgb(182,121,60); }
div.DivClassName
{
background-color: #B6793C;
}
.BgClassName
{
background-color: #B6793C;
}
</style>
border-color css
<style>
span { border-color: #B6793C; }
span { border-color: rgb(182,121,60); }
td.TdClassName
{
border-color: #B6793C;
}
.TagClassName
{
border-color: #B6793C;
}
</style>