Shades of Brandy Punch #B97E3A
Tints of Brandy Punch #B97E3A
RGB
CMYK
RGB Variations
Color information
#B97E3A (or 0xB97E3A) is known color: Brandy Punch. HEX triplet: B9, 7E and 3A. RGB value is (185,126,58). Sum of RGB (Red+Green+Blue) = 185+126+58=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 126 (49.61% from 255 or 34.15% from 369); Blue value is 58 (23.05% from 255 or 15.72% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B97E3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97E3A is #4681C5. Grayscale: #888888. Windows color (decimal): -4620742 or 3833529. OLE color: 3833529.
HSL color Cylindrical-coordinate representation of color #B97E3A: hue angle of 32.13º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B97E3A is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 126 | 58 | - |
| CMYK | 0 | 0.32 | 0.69 | 0.27 |
| HSL | 32.13º | 0.52% | 0.48% | - |
| HSV(B) | 32.13º | 0.69% | 0.73% | - |
| XYZ | 28.23 | 25.54 | 7.44 | - |
| YUV | 135.89 | 84.05 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 126 | 58 | 0 | 0.32 | 0.69 | 0.27 | 32.13 | 0.52 | 0.48 |
| Hex | B9 | 7E | 3A | 0 | 20 | 45 | 1B | 20 | 34 | 30 |
| Octal | 271 | 176 | 72 | 0 | 40 | 105 | 33 | 40 | 64 | 60 |
| Binary | 10111001 | 1111110 | 111010 | 0 | 100000 | 1000101 | 11011 | 100000 | 110100 | 110000 |
Color Harmonies of #B97E3A
Complementary color
Monochromatic Colors of #B97E3A
Black with #B97E3A
Text Example
Text Example
White with #B97E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97E3A; }
p { color: rgb(185,126,58); }
H1.HeaderClassName
{
color: #B97E3A;
}
.AnyTagClassName
{
color: #B97E3A;
}
</style>
background-color css
<style>
a { background-color: #B97E3A; }
a { background-color: rgb(185,126,58); }
div.DivClassName
{
background-color: #B97E3A;
}
.BgClassName
{
background-color: #B97E3A;
}
</style>
border-color css
<style>
span { border-color: #B97E3A; }
span { border-color: rgb(185,126,58); }
td.TdClassName
{
border-color: #B97E3A;
}
.TagClassName
{
border-color: #B97E3A;
}
</style>