Shades of Brandy Punch #B47D3C
Tints of Brandy Punch #B47D3C
RGB
CMYK
RGB Variations
Color information
#B47D3C (or 0xB47D3C) is known color: Brandy Punch. HEX triplet: B4, 7D and 3C. RGB value is (180,125,60). Sum of RGB (Red+Green+Blue) = 180+125+60=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 60 (23.83% from 255 or 16.44% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B47D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47D3C is #4B82C3. Grayscale: #868686. Windows color (decimal): -4948676 or 3964340. OLE color: 3964340.
HSL color Cylindrical-coordinate representation of color #B47D3C: hue angle of 32.5º 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 #B47D3C is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 125 | 60 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.29 |
| HSL | 32.5º | 0.5% | 0.47% | - |
| HSV(B) | 32.5º | 0.67% | 0.71% | - |
| XYZ | 26.97 | 24.7 | 7.62 | - |
| YUV | 134.04 | 86.22 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 125 | 60 | 0 | 0.31 | 0.67 | 0.29 | 32.5 | 0.5 | 0.47 |
| Hex | B4 | 7D | 3C | 0 | 1F | 43 | 1D | 20 | 32 | 2F |
| Octal | 264 | 175 | 74 | 0 | 37 | 103 | 35 | 40 | 62 | 57 |
| Binary | 10110100 | 1111101 | 111100 | 0 | 11111 | 1000011 | 11101 | 100000 | 110010 | 101111 |
Color Harmonies of #B47D3C
Complementary color
Monochromatic Colors of #B47D3C
Black with #B47D3C
Text Example
Text Example
White with #B47D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47D3C; }
p { color: rgb(180,125,60); }
H1.HeaderClassName
{
color: #B47D3C;
}
.AnyTagClassName
{
color: #B47D3C;
}
</style>
background-color css
<style>
a { background-color: #B47D3C; }
a { background-color: rgb(180,125,60); }
div.DivClassName
{
background-color: #B47D3C;
}
.BgClassName
{
background-color: #B47D3C;
}
</style>
border-color css
<style>
span { border-color: #B47D3C; }
span { border-color: rgb(180,125,60); }
td.TdClassName
{
border-color: #B47D3C;
}
.TagClassName
{
border-color: #B47D3C;
}
</style>