Shades of Brandy Punch #B47B42
Tints of Brandy Punch #B47B42
RGB
CMYK
RGB Variations
Color information
#B47B42 (or 0xB47B42) is known color: Brandy Punch. HEX triplet: B4, 7B and 42. RGB value is (180,123,66). Sum of RGB (Red+Green+Blue) = 180+123+66=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 123 (48.44% from 255 or 33.33% from 369); Blue value is 66 (26.17% from 255 or 17.89% from 369); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47B42 is #4B84BD. Grayscale: #858585. Windows color (decimal): -4949182 or 4357044. OLE color: 4357044.
HSL color Cylindrical-coordinate representation of color #B47B42: hue angle of 30º 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 #B47B42 is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 123 | 66 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.29 |
| HSL | 30º | 0.46% | 0.48% | - |
| HSV(B) | 30º | 0.63% | 0.71% | - |
| XYZ | 26.89 | 24.26 | 8.42 | - |
| YUV | 133.55 | 89.88 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 123 | 66 | 0 | 0.32 | 0.63 | 0.29 | 30 | 0.46 | 0.48 |
| Hex | B4 | 7B | 42 | 0 | 20 | 3F | 1D | 1E | 2E | 30 |
| Octal | 264 | 173 | 102 | 0 | 40 | 77 | 35 | 36 | 56 | 60 |
| Binary | 10110100 | 1111011 | 1000010 | 0 | 100000 | 111111 | 11101 | 11110 | 101110 | 110000 |
Color Harmonies of #B47B42
Complementary color
Monochromatic Colors of #B47B42
Black with #B47B42
Text Example
Text Example
White with #B47B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47B42; }
p { color: rgb(180,123,66); }
H1.HeaderClassName
{
color: #B47B42;
}
.AnyTagClassName
{
color: #B47B42;
}
</style>
background-color css
<style>
a { background-color: #B47B42; }
a { background-color: rgb(180,123,66); }
div.DivClassName
{
background-color: #B47B42;
}
.BgClassName
{
background-color: #B47B42;
}
</style>
border-color css
<style>
span { border-color: #B47B42; }
span { border-color: rgb(180,123,66); }
td.TdClassName
{
border-color: #B47B42;
}
.TagClassName
{
border-color: #B47B42;
}
</style>