Shades of Brandy Punch #B97C51
Tints of Brandy Punch #B97C51
RGB
CMYK
RGB Variations
Color information
#B97C51 (or 0xB97C51) is known color: Brandy Punch. HEX triplet: B9, 7C and 51. RGB value is (185,124,81). Sum of RGB (Red+Green+Blue) = 185+124+81=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 81 (32.03% from 255 or 20.77% from 390); Max value from RGB is 185 - color contains mainly: red. Hex color #B97C51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97C51 is #4683AE. Grayscale: #898989. Windows color (decimal): -4621231 or 5340345. OLE color: 5340345.
HSL color Cylindrical-coordinate representation of color #B97C51: hue angle of 24.81º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B97C51 is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 124 | 81 | - |
| CMYK | 0 | 0.33 | 0.56 | 0.27 |
| HSL | 24.81º | 0.43% | 0.52% | - |
| HSV(B) | 24.81º | 0.56% | 0.73% | - |
| XYZ | 28.7 | 25.32 | 11.16 | - |
| YUV | 137.34 | 96.21 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 124 | 81 | 0 | 0.33 | 0.56 | 0.27 | 24.81 | 0.43 | 0.52 |
| Hex | B9 | 7C | 51 | 0 | 21 | 38 | 1B | 19 | 2B | 34 |
| Octal | 271 | 174 | 121 | 0 | 41 | 70 | 33 | 31 | 53 | 64 |
| Binary | 10111001 | 1111100 | 1010001 | 0 | 100001 | 111000 | 11011 | 11001 | 101011 | 110100 |
Color Harmonies of #B97C51
Complementary color
Monochromatic Colors of #B97C51
Black with #B97C51
Text Example
Text Example
White with #B97C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97C51; }
p { color: rgb(185,124,81); }
H1.HeaderClassName
{
color: #B97C51;
}
.AnyTagClassName
{
color: #B97C51;
}
</style>
background-color css
<style>
a { background-color: #B97C51; }
a { background-color: rgb(185,124,81); }
div.DivClassName
{
background-color: #B97C51;
}
.BgClassName
{
background-color: #B97C51;
}
</style>
border-color css
<style>
span { border-color: #B97C51; }
span { border-color: rgb(185,124,81); }
td.TdClassName
{
border-color: #B97C51;
}
.TagClassName
{
border-color: #B97C51;
}
</style>