Shades of Brandy Punch #B67E3C
Tints of Brandy Punch #B67E3C
RGB
CMYK
RGB Variations
Color information
#B67E3C (or 0xB67E3C) is known color: Brandy Punch. HEX triplet: B6, 7E and 3C. RGB value is (182,126,60). Sum of RGB (Red+Green+Blue) = 182+126+60=368 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.46% from 368); Green value is 126 (49.61% from 255 or 34.24% from 368); Blue value is 60 (23.83% from 255 or 16.30% from 368); Max value from RGB is 182 - color contains mainly: red. Hex color #B67E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67E3C is #4981C3. Grayscale: #878787. Windows color (decimal): -4817348 or 3964598. OLE color: 3964598.
HSL color Cylindrical-coordinate representation of color #B67E3C: hue angle of 32.46º 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 #B67E3C is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 126 | 60 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.29 |
| HSL | 32.46º | 0.5% | 0.47% | - |
| HSV(B) | 32.46º | 0.67% | 0.71% | - |
| XYZ | 27.57 | 25.19 | 7.68 | - |
| YUV | 135.22 | 85.55 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 126 | 60 | 0 | 0.31 | 0.67 | 0.29 | 32.46 | 0.5 | 0.47 |
| Hex | B6 | 7E | 3C | 0 | 1F | 43 | 1D | 20 | 32 | 2F |
| Octal | 266 | 176 | 74 | 0 | 37 | 103 | 35 | 40 | 62 | 57 |
| Binary | 10110110 | 1111110 | 111100 | 0 | 11111 | 1000011 | 11101 | 100000 | 110010 | 101111 |
Color Harmonies of #B67E3C
Complementary color
Monochromatic Colors of #B67E3C
Black with #B67E3C
Text Example
Text Example
White with #B67E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67E3C; }
p { color: rgb(182,126,60); }
H1.HeaderClassName
{
color: #B67E3C;
}
.AnyTagClassName
{
color: #B67E3C;
}
</style>
background-color css
<style>
a { background-color: #B67E3C; }
a { background-color: rgb(182,126,60); }
div.DivClassName
{
background-color: #B67E3C;
}
.BgClassName
{
background-color: #B67E3C;
}
</style>
border-color css
<style>
span { border-color: #B67E3C; }
span { border-color: rgb(182,126,60); }
td.TdClassName
{
border-color: #B67E3C;
}
.TagClassName
{
border-color: #B67E3C;
}
</style>