Shades of Brandy Punch #B47E3F
Tints of Brandy Punch #B47E3F
RGB
CMYK
RGB Variations
Color information
#B47E3F (or 0xB47E3F) is known color: Brandy Punch. HEX triplet: B4, 7E and 3F. RGB value is (180,126,63). Sum of RGB (Red+Green+Blue) = 180+126+63=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 126 (49.61% from 255 or 34.15% from 369); Blue value is 63 (25% from 255 or 17.07% from 369); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47E3F is #4B81C0. Grayscale: #878787. Windows color (decimal): -4948417 or 4161204. OLE color: 4161204.
HSL color Cylindrical-coordinate representation of color #B47E3F: hue angle of 32.31º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B47E3F is Cyan = 0, Magento = 0.3, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 126 | 63 | - |
| CMYK | 0 | 0.3 | 0.65 | 0.29 |
| HSL | 32.31º | 0.48% | 0.48% | - |
| HSV(B) | 32.31º | 0.65% | 0.71% | - |
| XYZ | 27.18 | 24.98 | 8.09 | - |
| YUV | 134.96 | 87.39 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 126 | 63 | 0 | 0.3 | 0.65 | 0.29 | 32.31 | 0.48 | 0.48 |
| Hex | B4 | 7E | 3F | 0 | 1E | 41 | 1D | 20 | 30 | 30 |
| Octal | 264 | 176 | 77 | 0 | 36 | 101 | 35 | 40 | 60 | 60 |
| Binary | 10110100 | 1111110 | 111111 | 0 | 11110 | 1000001 | 11101 | 100000 | 110000 | 110000 |
Color Harmonies of #B47E3F
Complementary color
Monochromatic Colors of #B47E3F
Black with #B47E3F
Text Example
Text Example
White with #B47E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47E3F; }
p { color: rgb(180,126,63); }
H1.HeaderClassName
{
color: #B47E3F;
}
.AnyTagClassName
{
color: #B47E3F;
}
</style>
background-color css
<style>
a { background-color: #B47E3F; }
a { background-color: rgb(180,126,63); }
div.DivClassName
{
background-color: #B47E3F;
}
.BgClassName
{
background-color: #B47E3F;
}
</style>
border-color css
<style>
span { border-color: #B47E3F; }
span { border-color: rgb(180,126,63); }
td.TdClassName
{
border-color: #B47E3F;
}
.TagClassName
{
border-color: #B47E3F;
}
</style>