Shades of Brandy Punch #B17C40
Tints of Brandy Punch #B17C40
RGB
CMYK
RGB Variations
Color information
#B17C40 (or 0xB17C40) is known color: Brandy Punch. HEX triplet: B1, 7C and 40. RGB value is (177,124,64). Sum of RGB (Red+Green+Blue) = 177+124+64=365 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.49% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 177 - color contains mainly: red. Hex color #B17C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17C40 is #4E83BF. Grayscale: #858585. Windows color (decimal): -5145536 or 4226225. OLE color: 4226225.
HSL color Cylindrical-coordinate representation of color #B17C40: hue angle of 31.86º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B17C40 is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 124 | 64 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.31 |
| HSL | 31.86º | 0.47% | 0.47% | - |
| HSV(B) | 31.86º | 0.64% | 0.69% | - |
| XYZ | 26.26 | 24.13 | 8.12 | - |
| YUV | 133.01 | 89.06 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 124 | 64 | 0 | 0.30 | 0.64 | 0.31 | 31.86 | 0.47 | 0.47 |
| Hex | B1 | 7C | 40 | 0 | 1E | 40 | 1F | 20 | 2F | 2F |
| Octal | 261 | 174 | 100 | 0 | 36 | 100 | 37 | 40 | 57 | 57 |
| Binary | 10110001 | 1111100 | 1000000 | 0 | 11110 | 1000000 | 11111 | 100000 | 101111 | 101111 |
Color Harmonies of #B17C40
Complementary color
Monochromatic Colors of #B17C40
Black with #B17C40
Text Example
Text Example
White with #B17C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17C40; }
p { color: rgb(177,124,64); }
H1.HeaderClassName
{
color: #B17C40;
}
.AnyTagClassName
{
color: #B17C40;
}
</style>
background-color css
<style>
a { background-color: #B17C40; }
a { background-color: rgb(177,124,64); }
div.DivClassName
{
background-color: #B17C40;
}
.BgClassName
{
background-color: #B17C40;
}
</style>
border-color css
<style>
span { border-color: #B17C40; }
span { border-color: rgb(177,124,64); }
td.TdClassName
{
border-color: #B17C40;
}
.TagClassName
{
border-color: #B17C40;
}
</style>