Shades of Brandy Punch #B67C46
Tints of Brandy Punch #B67C46
RGB
CMYK
RGB Variations
Color information
#B67C46 (or 0xB67C46) is known color: Brandy Punch. HEX triplet: B6, 7C and 46. RGB value is (182,124,70). Sum of RGB (Red+Green+Blue) = 182+124+70=376 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.40% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 70 (27.73% from 255 or 18.62% from 376); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67C46 is #4983B9. Grayscale: #878787. Windows color (decimal): -4817850 or 4619446. OLE color: 4619446.
HSL color Cylindrical-coordinate representation of color #B67C46: hue angle of 28.93º 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 #B67C46 is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 124 | 70 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.29 |
| HSL | 28.93º | 0.44% | 0.49% | - |
| HSV(B) | 28.93º | 0.62% | 0.71% | - |
| XYZ | 27.6 | 24.8 | 9.13 | - |
| YUV | 135.19 | 91.22 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 124 | 70 | 0 | 0.32 | 0.62 | 0.29 | 28.93 | 0.44 | 0.49 |
| Hex | B6 | 7C | 46 | 0 | 20 | 3E | 1D | 1D | 2C | 31 |
| Octal | 266 | 174 | 106 | 0 | 40 | 76 | 35 | 35 | 54 | 61 |
| Binary | 10110110 | 1111100 | 1000110 | 0 | 100000 | 111110 | 11101 | 11101 | 101100 | 110001 |
Color Harmonies of #B67C46
Complementary color
Monochromatic Colors of #B67C46
Black with #B67C46
Text Example
Text Example
White with #B67C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67C46; }
p { color: rgb(182,124,70); }
H1.HeaderClassName
{
color: #B67C46;
}
.AnyTagClassName
{
color: #B67C46;
}
</style>
background-color css
<style>
a { background-color: #B67C46; }
a { background-color: rgb(182,124,70); }
div.DivClassName
{
background-color: #B67C46;
}
.BgClassName
{
background-color: #B67C46;
}
</style>
border-color css
<style>
span { border-color: #B67C46; }
span { border-color: rgb(182,124,70); }
td.TdClassName
{
border-color: #B67C46;
}
.TagClassName
{
border-color: #B67C46;
}
</style>