Shades of Brandy Punch #B47C43
Tints of Brandy Punch #B47C43
RGB
CMYK
RGB Variations
Color information
#B47C43 (or 0xB47C43) is known color: Brandy Punch. HEX triplet: B4, 7C and 43. RGB value is (180,124,67). Sum of RGB (Red+Green+Blue) = 180+124+67=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 67 (26.56% from 255 or 18.06% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B47C43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47C43 is #4B83BC. Grayscale: #868686. Windows color (decimal): -4948925 or 4422836. OLE color: 4422836.
HSL color Cylindrical-coordinate representation of color #B47C43: hue angle of 30.27º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B47C43 is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 124 | 67 | - |
| CMYK | 0 | 0.31 | 0.63 | 0.29 |
| HSL | 30.27º | 0.46% | 0.48% | - |
| HSV(B) | 30.27º | 0.63% | 0.71% | - |
| XYZ | 27.04 | 24.52 | 8.62 | - |
| YUV | 134.25 | 90.05 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 124 | 67 | 0 | 0.31 | 0.63 | 0.29 | 30.27 | 0.46 | 0.48 |
| Hex | B4 | 7C | 43 | 0 | 1F | 3F | 1D | 1E | 2E | 30 |
| Octal | 264 | 174 | 103 | 0 | 37 | 77 | 35 | 36 | 56 | 60 |
| Binary | 10110100 | 1111100 | 1000011 | 0 | 11111 | 111111 | 11101 | 11110 | 101110 | 110000 |
Color Harmonies of #B47C43
Complementary color
Monochromatic Colors of #B47C43
Black with #B47C43
Text Example
Text Example
White with #B47C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47C43; }
p { color: rgb(180,124,67); }
H1.HeaderClassName
{
color: #B47C43;
}
.AnyTagClassName
{
color: #B47C43;
}
</style>
background-color css
<style>
a { background-color: #B47C43; }
a { background-color: rgb(180,124,67); }
div.DivClassName
{
background-color: #B47C43;
}
.BgClassName
{
background-color: #B47C43;
}
</style>
border-color css
<style>
span { border-color: #B47C43; }
span { border-color: rgb(180,124,67); }
td.TdClassName
{
border-color: #B47C43;
}
.TagClassName
{
border-color: #B47C43;
}
</style>