Shades of Brandy Punch #B37D49
Tints of Brandy Punch #B37D49
RGB
CMYK
RGB Variations
Color information
#B37D49 (or 0xB37D49) is known color: Brandy Punch. HEX triplet: B3, 7D and 49. RGB value is (179,125,73). Sum of RGB (Red+Green+Blue) = 179+125+73=377 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.48% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 73 (28.91% from 255 or 19.36% from 377); Max value from RGB is 179 - color contains mainly: red. Hex color #B37D49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37D49 is #4C82B6. Grayscale: #878787. Windows color (decimal): -5014199 or 4816307. OLE color: 4816307.
HSL color Cylindrical-coordinate representation of color #B37D49: hue angle of 29.43º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B37D49 is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 125 | 73 | - |
| CMYK | 0 | 0.30 | 0.59 | 0.30 |
| HSL | 29.43º | 0.42% | 0.49% | - |
| HSV(B) | 29.43º | 0.59% | 0.7% | - |
| XYZ | 27.13 | 24.73 | 9.65 | - |
| YUV | 135.22 | 92.89 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 125 | 73 | 0 | 0.30 | 0.59 | 0.30 | 29.43 | 0.42 | 0.49 |
| Hex | B3 | 7D | 49 | 0 | 1E | 3B | 1E | 1D | 2A | 31 |
| Octal | 263 | 175 | 111 | 0 | 36 | 73 | 36 | 35 | 52 | 61 |
| Binary | 10110011 | 1111101 | 1001001 | 0 | 11110 | 111011 | 11110 | 11101 | 101010 | 110001 |
Color Harmonies of #B37D49
Complementary color
Monochromatic Colors of #B37D49
Black with #B37D49
Text Example
Text Example
White with #B37D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37D49; }
p { color: rgb(179,125,73); }
H1.HeaderClassName
{
color: #B37D49;
}
.AnyTagClassName
{
color: #B37D49;
}
</style>
background-color css
<style>
a { background-color: #B37D49; }
a { background-color: rgb(179,125,73); }
div.DivClassName
{
background-color: #B37D49;
}
.BgClassName
{
background-color: #B37D49;
}
</style>
border-color css
<style>
span { border-color: #B37D49; }
span { border-color: rgb(179,125,73); }
td.TdClassName
{
border-color: #B37D49;
}
.TagClassName
{
border-color: #B37D49;
}
</style>