Shades of Brandy Punch #B37C40
Tints of Brandy Punch #B37C40
RGB
CMYK
RGB Variations
Color information
#B37C40 (or 0xB37C40) is known color: Brandy Punch. HEX triplet: B3, 7C and 40. RGB value is (179,124,64). Sum of RGB (Red+Green+Blue) = 179+124+64=367 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.77% from 367); Green value is 124 (48.83% from 255 or 33.79% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 179 - color contains mainly: red. Hex color #B37C40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37C40 is #4C83BF. Grayscale: #858585. Windows color (decimal): -5014464 or 4226227. OLE color: 4226227.
HSL color Cylindrical-coordinate representation of color #B37C40: hue angle of 31.3º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B37C40 is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 124 | 64 | - |
| CMYK | 0 | 0.31 | 0.64 | 0.30 |
| HSL | 31.3º | 0.47% | 0.48% | - |
| HSV(B) | 31.3º | 0.64% | 0.7% | - |
| XYZ | 26.72 | 24.37 | 8.15 | - |
| YUV | 133.61 | 88.72 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 124 | 64 | 0 | 0.31 | 0.64 | 0.30 | 31.3 | 0.47 | 0.48 |
| Hex | B3 | 7C | 40 | 0 | 1F | 40 | 1E | 1F | 2F | 30 |
| Octal | 263 | 174 | 100 | 0 | 37 | 100 | 36 | 37 | 57 | 60 |
| Binary | 10110011 | 1111100 | 1000000 | 0 | 11111 | 1000000 | 11110 | 11111 | 101111 | 110000 |
Color Harmonies of #B37C40
Complementary color
Monochromatic Colors of #B37C40
Black with #B37C40
Text Example
Text Example
White with #B37C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37C40; }
p { color: rgb(179,124,64); }
H1.HeaderClassName
{
color: #B37C40;
}
.AnyTagClassName
{
color: #B37C40;
}
</style>
background-color css
<style>
a { background-color: #B37C40; }
a { background-color: rgb(179,124,64); }
div.DivClassName
{
background-color: #B37C40;
}
.BgClassName
{
background-color: #B37C40;
}
</style>
border-color css
<style>
span { border-color: #B37C40; }
span { border-color: rgb(179,124,64); }
td.TdClassName
{
border-color: #B37C40;
}
.TagClassName
{
border-color: #B37C40;
}
</style>