Shades of Brandy Punch #B17945
Tints of Brandy Punch #B17945
RGB
CMYK
RGB Variations
Color information
#B17945 (or 0xB17945) is known color: Brandy Punch. HEX triplet: B1, 79 and 45. RGB value is (177,121,69). Sum of RGB (Red+Green+Blue) = 177+121+69=367 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.23% from 367); Green value is 121 (47.66% from 255 or 32.97% from 367); Blue value is 69 (27.34% from 255 or 18.80% from 367); Max value from RGB is 177 - color contains mainly: red. Hex color #B17945 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17945 is #4E86BA. Grayscale: #848484. Windows color (decimal): -5146299 or 4553137. OLE color: 4553137.
HSL color Cylindrical-coordinate representation of color #B17945: hue angle of 28.89º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B17945 is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 121 | 69 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.31 |
| HSL | 28.89º | 0.44% | 0.48% | - |
| HSV(B) | 28.89º | 0.61% | 0.69% | - |
| XYZ | 26.04 | 23.45 | 8.78 | - |
| YUV | 131.82 | 92.55 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 121 | 69 | 0 | 0.32 | 0.61 | 0.31 | 28.89 | 0.44 | 0.48 |
| Hex | B1 | 79 | 45 | 0 | 20 | 3D | 1F | 1D | 2C | 30 |
| Octal | 261 | 171 | 105 | 0 | 40 | 75 | 37 | 35 | 54 | 60 |
| Binary | 10110001 | 1111001 | 1000101 | 0 | 100000 | 111101 | 11111 | 11101 | 101100 | 110000 |
Color Harmonies of #B17945
Complementary color
Monochromatic Colors of #B17945
Black with #B17945
Text Example
Text Example
White with #B17945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17945; }
p { color: rgb(177,121,69); }
H1.HeaderClassName
{
color: #B17945;
}
.AnyTagClassName
{
color: #B17945;
}
</style>
background-color css
<style>
a { background-color: #B17945; }
a { background-color: rgb(177,121,69); }
div.DivClassName
{
background-color: #B17945;
}
.BgClassName
{
background-color: #B17945;
}
</style>
border-color css
<style>
span { border-color: #B17945; }
span { border-color: rgb(177,121,69); }
td.TdClassName
{
border-color: #B17945;
}
.TagClassName
{
border-color: #B17945;
}
</style>