Shades of Brandy Punch #B97D4E
Tints of Brandy Punch #B97D4E
RGB
CMYK
RGB Variations
Color information
#B97D4E (or 0xB97D4E) is known color: Brandy Punch. HEX triplet: B9, 7D and 4E. RGB value is (185,125,78). Sum of RGB (Red+Green+Blue) = 185+125+78=388 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.68% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 78 (30.86% from 255 or 20.10% from 388); Max value from RGB is 185 - color contains mainly: red. Hex color #B97D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97D4E is #4682B1. Grayscale: #898989. Windows color (decimal): -4620978 or 5143993. OLE color: 5143993.
HSL color Cylindrical-coordinate representation of color #B97D4E: hue angle of 26.36º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B97D4E is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 125 | 78 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.27 |
| HSL | 26.36º | 0.43% | 0.52% | - |
| HSV(B) | 26.36º | 0.58% | 0.73% | - |
| XYZ | 28.72 | 25.53 | 10.62 | - |
| YUV | 137.58 | 94.38 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 125 | 78 | 0 | 0.32 | 0.58 | 0.27 | 26.36 | 0.43 | 0.52 |
| Hex | B9 | 7D | 4E | 0 | 20 | 3A | 1B | 1A | 2B | 34 |
| Octal | 271 | 175 | 116 | 0 | 40 | 72 | 33 | 32 | 53 | 64 |
| Binary | 10111001 | 1111101 | 1001110 | 0 | 100000 | 111010 | 11011 | 11010 | 101011 | 110100 |
Color Harmonies of #B97D4E
Complementary color
Monochromatic Colors of #B97D4E
Black with #B97D4E
Text Example
Text Example
White with #B97D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97D4E; }
p { color: rgb(185,125,78); }
H1.HeaderClassName
{
color: #B97D4E;
}
.AnyTagClassName
{
color: #B97D4E;
}
</style>
background-color css
<style>
a { background-color: #B97D4E; }
a { background-color: rgb(185,125,78); }
div.DivClassName
{
background-color: #B97D4E;
}
.BgClassName
{
background-color: #B97D4E;
}
</style>
border-color css
<style>
span { border-color: #B97D4E; }
span { border-color: rgb(185,125,78); }
td.TdClassName
{
border-color: #B97D4E;
}
.TagClassName
{
border-color: #B97D4E;
}
</style>