Shades of Brandy Punch #B47E3D
Tints of Brandy Punch #B47E3D
RGB
CMYK
RGB Variations
Color information
#B47E3D (or 0xB47E3D) is known color: Brandy Punch. HEX triplet: B4, 7E and 3D. RGB value is (180,126,61). Sum of RGB (Red+Green+Blue) = 180+126+61=367 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.05% from 367); Green value is 126 (49.61% from 255 or 34.33% from 367); Blue value is 61 (24.22% from 255 or 16.62% from 367); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47E3D is #4B81C2. Grayscale: #878787. Windows color (decimal): -4948419 or 4030132. OLE color: 4030132.
HSL color Cylindrical-coordinate representation of color #B47E3D: hue angle of 32.77º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B47E3D is Cyan = 0, Magento = 0.3, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 126 | 61 | - |
| CMYK | 0 | 0.3 | 0.66 | 0.29 |
| HSL | 32.77º | 0.49% | 0.47% | - |
| HSV(B) | 32.77º | 0.66% | 0.71% | - |
| XYZ | 27.13 | 24.96 | 7.8 | - |
| YUV | 134.74 | 86.39 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 126 | 61 | 0 | 0.3 | 0.66 | 0.29 | 32.77 | 0.49 | 0.47 |
| Hex | B4 | 7E | 3D | 0 | 1E | 42 | 1D | 21 | 31 | 2F |
| Octal | 264 | 176 | 75 | 0 | 36 | 102 | 35 | 41 | 61 | 57 |
| Binary | 10110100 | 1111110 | 111101 | 0 | 11110 | 1000010 | 11101 | 100001 | 110001 | 101111 |
Color Harmonies of #B47E3D
Complementary color
Monochromatic Colors of #B47E3D
Black with #B47E3D
Text Example
Text Example
White with #B47E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47E3D; }
p { color: rgb(180,126,61); }
H1.HeaderClassName
{
color: #B47E3D;
}
.AnyTagClassName
{
color: #B47E3D;
}
</style>
background-color css
<style>
a { background-color: #B47E3D; }
a { background-color: rgb(180,126,61); }
div.DivClassName
{
background-color: #B47E3D;
}
.BgClassName
{
background-color: #B47E3D;
}
</style>
border-color css
<style>
span { border-color: #B47E3D; }
span { border-color: rgb(180,126,61); }
td.TdClassName
{
border-color: #B47E3D;
}
.TagClassName
{
border-color: #B47E3D;
}
</style>