Shades of Brandy Punch #B17B3E
Tints of Brandy Punch #B17B3E
RGB
CMYK
RGB Variations
Color information
#B17B3E (or 0xB17B3E) is known color: Brandy Punch. HEX triplet: B1, 7B and 3E. RGB value is (177,123,62). Sum of RGB (Red+Green+Blue) = 177+123+62=362 (47% of max value = 765). Red value is 177 (69.53% from 255 or 48.90% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 62 (24.61% from 255 or 17.13% from 362); Max value from RGB is 177 - color contains mainly: red. Hex color #B17B3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17B3E is #4E84C1. Grayscale: #848484. Windows color (decimal): -5145794 or 4094897. OLE color: 4094897.
HSL color Cylindrical-coordinate representation of color #B17B3E: hue angle of 31.83º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B17B3E is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 123 | 62 | - |
| CMYK | 0 | 0.31 | 0.65 | 0.31 |
| HSL | 31.83º | 0.48% | 0.47% | - |
| HSV(B) | 31.83º | 0.65% | 0.69% | - |
| XYZ | 26.08 | 23.86 | 7.79 | - |
| YUV | 132.19 | 88.39 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 123 | 62 | 0 | 0.31 | 0.65 | 0.31 | 31.83 | 0.48 | 0.47 |
| Hex | B1 | 7B | 3E | 0 | 1F | 41 | 1F | 20 | 30 | 2F |
| Octal | 261 | 173 | 76 | 0 | 37 | 101 | 37 | 40 | 60 | 57 |
| Binary | 10110001 | 1111011 | 111110 | 0 | 11111 | 1000001 | 11111 | 100000 | 110000 | 101111 |
Color Harmonies of #B17B3E
Complementary color
Monochromatic Colors of #B17B3E
Black with #B17B3E
Text Example
Text Example
White with #B17B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17B3E; }
p { color: rgb(177,123,62); }
H1.HeaderClassName
{
color: #B17B3E;
}
.AnyTagClassName
{
color: #B17B3E;
}
</style>
background-color css
<style>
a { background-color: #B17B3E; }
a { background-color: rgb(177,123,62); }
div.DivClassName
{
background-color: #B17B3E;
}
.BgClassName
{
background-color: #B17B3E;
}
</style>
border-color css
<style>
span { border-color: #B17B3E; }
span { border-color: rgb(177,123,62); }
td.TdClassName
{
border-color: #B17B3E;
}
.TagClassName
{
border-color: #B17B3E;
}
</style>