Shades of Brandy Punch #B67D3C
Tints of Brandy Punch #B67D3C
RGB
CMYK
RGB Variations
Color information
#B67D3C (or 0xB67D3C) is known color: Brandy Punch. HEX triplet: B6, 7D and 3C. RGB value is (182,125,60). Sum of RGB (Red+Green+Blue) = 182+125+60=367 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.59% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 60 (23.83% from 255 or 16.35% from 367); Max value from RGB is 182 - color contains mainly: red. Hex color #B67D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67D3C is #4982C3. Grayscale: #868686. Windows color (decimal): -4817604 or 3964342. OLE color: 3964342.
HSL color Cylindrical-coordinate representation of color #B67D3C: hue angle of 31.97º 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 #B67D3C is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 125 | 60 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.29 |
| HSL | 31.97º | 0.5% | 0.47% | - |
| HSV(B) | 31.97º | 0.67% | 0.71% | - |
| XYZ | 27.44 | 24.94 | 7.64 | - |
| YUV | 134.63 | 85.88 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 125 | 60 | 0 | 0.31 | 0.67 | 0.29 | 31.97 | 0.5 | 0.47 |
| Hex | B6 | 7D | 3C | 0 | 1F | 43 | 1D | 20 | 32 | 2F |
| Octal | 266 | 175 | 74 | 0 | 37 | 103 | 35 | 40 | 62 | 57 |
| Binary | 10110110 | 1111101 | 111100 | 0 | 11111 | 1000011 | 11101 | 100000 | 110010 | 101111 |
Color Harmonies of #B67D3C
Complementary color
Monochromatic Colors of #B67D3C
Black with #B67D3C
Text Example
Text Example
White with #B67D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67D3C; }
p { color: rgb(182,125,60); }
H1.HeaderClassName
{
color: #B67D3C;
}
.AnyTagClassName
{
color: #B67D3C;
}
</style>
background-color css
<style>
a { background-color: #B67D3C; }
a { background-color: rgb(182,125,60); }
div.DivClassName
{
background-color: #B67D3C;
}
.BgClassName
{
background-color: #B67D3C;
}
</style>
border-color css
<style>
span { border-color: #B67D3C; }
span { border-color: rgb(182,125,60); }
td.TdClassName
{
border-color: #B67D3C;
}
.TagClassName
{
border-color: #B67D3C;
}
</style>