Shades of Brandy Punch #B17C42
Tints of Brandy Punch #B17C42
RGB
CMYK
RGB Variations
Color information
#B17C42 (or 0xB17C42) is known color: Brandy Punch. HEX triplet: B1, 7C and 42. RGB value is (177,124,66). Sum of RGB (Red+Green+Blue) = 177+124+66=367 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.23% from 367); Green value is 124 (48.83% from 255 or 33.79% from 367); Blue value is 66 (26.17% from 255 or 17.98% from 367); Max value from RGB is 177 - color contains mainly: red. Hex color #B17C42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17C42 is #4E83BD. Grayscale: #858585. Windows color (decimal): -5145534 or 4357297. OLE color: 4357297.
HSL color Cylindrical-coordinate representation of color #B17C42: hue angle of 31.35º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B17C42 is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 124 | 66 | - |
| CMYK | 0 | 0.30 | 0.63 | 0.31 |
| HSL | 31.35º | 0.46% | 0.48% | - |
| HSV(B) | 31.35º | 0.63% | 0.69% | - |
| XYZ | 26.32 | 24.16 | 8.43 | - |
| YUV | 133.24 | 90.06 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 124 | 66 | 0 | 0.30 | 0.63 | 0.31 | 31.35 | 0.46 | 0.48 |
| Hex | B1 | 7C | 42 | 0 | 1E | 3F | 1F | 1F | 2E | 30 |
| Octal | 261 | 174 | 102 | 0 | 36 | 77 | 37 | 37 | 56 | 60 |
| Binary | 10110001 | 1111100 | 1000010 | 0 | 11110 | 111111 | 11111 | 11111 | 101110 | 110000 |
Color Harmonies of #B17C42
Complementary color
Monochromatic Colors of #B17C42
Black with #B17C42
Text Example
Text Example
White with #B17C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17C42; }
p { color: rgb(177,124,66); }
H1.HeaderClassName
{
color: #B17C42;
}
.AnyTagClassName
{
color: #B17C42;
}
</style>
background-color css
<style>
a { background-color: #B17C42; }
a { background-color: rgb(177,124,66); }
div.DivClassName
{
background-color: #B17C42;
}
.BgClassName
{
background-color: #B17C42;
}
</style>
border-color css
<style>
span { border-color: #B17C42; }
span { border-color: rgb(177,124,66); }
td.TdClassName
{
border-color: #B17C42;
}
.TagClassName
{
border-color: #B17C42;
}
</style>