Shades of Brandy Punch #B97D4A
Tints of Brandy Punch #B97D4A
RGB
CMYK
RGB Variations
Color information
#B97D4A (or 0xB97D4A) is known color: Brandy Punch. HEX triplet: B9, 7D and 4A. RGB value is (185,125,74). Sum of RGB (Red+Green+Blue) = 185+125+74=384 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.18% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 74 (29.30% from 255 or 19.27% from 384); Max value from RGB is 185 - color contains mainly: red. Hex color #B97D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97D4A is #4682B5. Grayscale: #898989. Windows color (decimal): -4620982 or 4881849. OLE color: 4881849.
HSL color Cylindrical-coordinate representation of color #B97D4A: hue angle of 27.57º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B97D4A is Cyan = 0, Magento = 0.32, Yellow = 0.6 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 125 | 74 | - |
| CMYK | 0 | 0.32 | 0.6 | 0.27 |
| HSL | 27.57º | 0.44% | 0.51% | - |
| HSV(B) | 27.57º | 0.6% | 0.73% | - |
| XYZ | 28.58 | 25.48 | 9.89 | - |
| YUV | 137.13 | 92.38 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 125 | 74 | 0 | 0.32 | 0.6 | 0.27 | 27.57 | 0.44 | 0.51 |
| Hex | B9 | 7D | 4A | 0 | 20 | 3C | 1B | 1C | 2C | 33 |
| Octal | 271 | 175 | 112 | 0 | 40 | 74 | 33 | 34 | 54 | 63 |
| Binary | 10111001 | 1111101 | 1001010 | 0 | 100000 | 111100 | 11011 | 11100 | 101100 | 110011 |
Color Harmonies of #B97D4A
Complementary color
Monochromatic Colors of #B97D4A
Black with #B97D4A
Text Example
Text Example
White with #B97D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97D4A; }
p { color: rgb(185,125,74); }
H1.HeaderClassName
{
color: #B97D4A;
}
.AnyTagClassName
{
color: #B97D4A;
}
</style>
background-color css
<style>
a { background-color: #B97D4A; }
a { background-color: rgb(185,125,74); }
div.DivClassName
{
background-color: #B97D4A;
}
.BgClassName
{
background-color: #B97D4A;
}
</style>
border-color css
<style>
span { border-color: #B97D4A; }
span { border-color: rgb(185,125,74); }
td.TdClassName
{
border-color: #B97D4A;
}
.TagClassName
{
border-color: #B97D4A;
}
</style>