Shades of Brandy Punch #B68146
Tints of Brandy Punch #B68146
RGB
CMYK
RGB Variations
Color information
#B68146 (or 0xB68146) is known color: Brandy Punch. HEX triplet: B6, 81 and 46. RGB value is (182,129,70). Sum of RGB (Red+Green+Blue) = 182+129+70=381 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.77% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 70 (27.73% from 255 or 18.37% from 381); Max value from RGB is 182 - color contains mainly: red. Hex color #B68146 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68146 is #497EB9. Grayscale: #8A8A8A. Windows color (decimal): -4816570 or 4620726. OLE color: 4620726.
HSL color Cylindrical-coordinate representation of color #B68146: hue angle of 31.61º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B68146 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 129 | 70 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.29 |
| HSL | 31.61º | 0.44% | 0.49% | - |
| HSV(B) | 31.61º | 0.62% | 0.71% | - |
| XYZ | 28.25 | 26.09 | 9.34 | - |
| YUV | 138.12 | 89.56 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 129 | 70 | 0 | 0.29 | 0.62 | 0.29 | 31.61 | 0.44 | 0.49 |
| Hex | B6 | 81 | 46 | 0 | 1D | 3E | 1D | 20 | 2C | 31 |
| Octal | 266 | 201 | 106 | 0 | 35 | 76 | 35 | 40 | 54 | 61 |
| Binary | 10110110 | 10000001 | 1000110 | 0 | 11101 | 111110 | 11101 | 100000 | 101100 | 110001 |
Color Harmonies of #B68146
Complementary color
Monochromatic Colors of #B68146
Black with #B68146
Text Example
Text Example
White with #B68146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68146; }
p { color: rgb(182,129,70); }
H1.HeaderClassName
{
color: #B68146;
}
.AnyTagClassName
{
color: #B68146;
}
</style>
background-color css
<style>
a { background-color: #B68146; }
a { background-color: rgb(182,129,70); }
div.DivClassName
{
background-color: #B68146;
}
.BgClassName
{
background-color: #B68146;
}
</style>
border-color css
<style>
span { border-color: #B68146; }
span { border-color: rgb(182,129,70); }
td.TdClassName
{
border-color: #B68146;
}
.TagClassName
{
border-color: #B68146;
}
</style>