Shades of Brandy Punch #B67D46
Tints of Brandy Punch #B67D46
RGB
CMYK
RGB Variations
Color information
#B67D46 (or 0xB67D46) is known color: Brandy Punch. HEX triplet: B6, 7D and 46. RGB value is (182,125,70). Sum of RGB (Red+Green+Blue) = 182+125+70=377 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.28% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 70 (27.73% from 255 or 18.57% from 377); Max value from RGB is 182 - color contains mainly: red. Hex color #B67D46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67D46 is #4982B9. Grayscale: #888888. Windows color (decimal): -4817594 or 4619702. OLE color: 4619702.
HSL color Cylindrical-coordinate representation of color #B67D46: hue angle of 29.46º 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 #B67D46 is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 125 | 70 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.29 |
| HSL | 29.46º | 0.44% | 0.49% | - |
| HSV(B) | 29.46º | 0.62% | 0.71% | - |
| XYZ | 27.73 | 25.05 | 9.17 | - |
| YUV | 135.77 | 90.88 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 125 | 70 | 0 | 0.31 | 0.62 | 0.29 | 29.46 | 0.44 | 0.49 |
| Hex | B6 | 7D | 46 | 0 | 1F | 3E | 1D | 1D | 2C | 31 |
| Octal | 266 | 175 | 106 | 0 | 37 | 76 | 35 | 35 | 54 | 61 |
| Binary | 10110110 | 1111101 | 1000110 | 0 | 11111 | 111110 | 11101 | 11101 | 101100 | 110001 |
Color Harmonies of #B67D46
Complementary color
Monochromatic Colors of #B67D46
Black with #B67D46
Text Example
Text Example
White with #B67D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67D46; }
p { color: rgb(182,125,70); }
H1.HeaderClassName
{
color: #B67D46;
}
.AnyTagClassName
{
color: #B67D46;
}
</style>
background-color css
<style>
a { background-color: #B67D46; }
a { background-color: rgb(182,125,70); }
div.DivClassName
{
background-color: #B67D46;
}
.BgClassName
{
background-color: #B67D46;
}
</style>
border-color css
<style>
span { border-color: #B67D46; }
span { border-color: rgb(182,125,70); }
td.TdClassName
{
border-color: #B67D46;
}
.TagClassName
{
border-color: #B67D46;
}
</style>