Shades of Brandy Punch #B17C41
Tints of Brandy Punch #B17C41
RGB
CMYK
RGB Variations
Color information
#B17C41 (or 0xB17C41) is known color: Brandy Punch. HEX triplet: B1, 7C and 41. RGB value is (177,124,65). Sum of RGB (Red+Green+Blue) = 177+124+65=366 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.36% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 65 (25.78% from 255 or 17.76% from 366); Max value from RGB is 177 - color contains mainly: red. Hex color #B17C41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17C41 is #4E83BE. Grayscale: #858585. Windows color (decimal): -5145535 or 4291761. OLE color: 4291761.
HSL color Cylindrical-coordinate representation of color #B17C41: hue angle of 31.61º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B17C41 is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 124 | 65 | - |
| CMYK | 0 | 0.30 | 0.63 | 0.31 |
| HSL | 31.61º | 0.46% | 0.47% | - |
| HSV(B) | 31.61º | 0.63% | 0.69% | - |
| XYZ | 26.29 | 24.14 | 8.28 | - |
| YUV | 133.12 | 89.56 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 124 | 65 | 0 | 0.30 | 0.63 | 0.31 | 31.61 | 0.46 | 0.47 |
| Hex | B1 | 7C | 41 | 0 | 1E | 3F | 1F | 20 | 2E | 2F |
| Octal | 261 | 174 | 101 | 0 | 36 | 77 | 37 | 40 | 56 | 57 |
| Binary | 10110001 | 1111100 | 1000001 | 0 | 11110 | 111111 | 11111 | 100000 | 101110 | 101111 |
Color Harmonies of #B17C41
Complementary color
Monochromatic Colors of #B17C41
Black with #B17C41
Text Example
Text Example
White with #B17C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17C41; }
p { color: rgb(177,124,65); }
H1.HeaderClassName
{
color: #B17C41;
}
.AnyTagClassName
{
color: #B17C41;
}
</style>
background-color css
<style>
a { background-color: #B17C41; }
a { background-color: rgb(177,124,65); }
div.DivClassName
{
background-color: #B17C41;
}
.BgClassName
{
background-color: #B17C41;
}
</style>
border-color css
<style>
span { border-color: #B17C41; }
span { border-color: rgb(177,124,65); }
td.TdClassName
{
border-color: #B17C41;
}
.TagClassName
{
border-color: #B17C41;
}
</style>