Shades of Brandy Punch #B37D41
Tints of Brandy Punch #B37D41
RGB
CMYK
RGB Variations
Color information
#B37D41 (or 0xB37D41) is known color: Brandy Punch. HEX triplet: B3, 7D and 41. RGB value is (179,125,65). Sum of RGB (Red+Green+Blue) = 179+125+65=369 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.51% from 369); Green value is 125 (49.22% from 255 or 33.88% from 369); Blue value is 65 (25.78% from 255 or 17.62% from 369); Max value from RGB is 179 - color contains mainly: red. Hex color #B37D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37D41 is #4C82BE. Grayscale: #868686. Windows color (decimal): -5014207 or 4292019. OLE color: 4292019.
HSL color Cylindrical-coordinate representation of color #B37D41: hue angle of 31.58º 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 #B37D41 is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 125 | 65 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.30 |
| HSL | 31.58º | 0.47% | 0.48% | - |
| HSV(B) | 31.58º | 0.64% | 0.7% | - |
| XYZ | 26.88 | 24.63 | 8.34 | - |
| YUV | 134.31 | 88.89 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 125 | 65 | 0 | 0.30 | 0.64 | 0.30 | 31.58 | 0.47 | 0.48 |
| Hex | B3 | 7D | 41 | 0 | 1E | 40 | 1E | 20 | 2F | 30 |
| Octal | 263 | 175 | 101 | 0 | 36 | 100 | 36 | 40 | 57 | 60 |
| Binary | 10110011 | 1111101 | 1000001 | 0 | 11110 | 1000000 | 11110 | 100000 | 101111 | 110000 |
Color Harmonies of #B37D41
Complementary color
Monochromatic Colors of #B37D41
Black with #B37D41
Text Example
Text Example
White with #B37D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37D41; }
p { color: rgb(179,125,65); }
H1.HeaderClassName
{
color: #B37D41;
}
.AnyTagClassName
{
color: #B37D41;
}
</style>
background-color css
<style>
a { background-color: #B37D41; }
a { background-color: rgb(179,125,65); }
div.DivClassName
{
background-color: #B37D41;
}
.BgClassName
{
background-color: #B37D41;
}
</style>
border-color css
<style>
span { border-color: #B37D41; }
span { border-color: rgb(179,125,65); }
td.TdClassName
{
border-color: #B37D41;
}
.TagClassName
{
border-color: #B37D41;
}
</style>