Shades of Brandy Punch #B97C3A
Tints of Brandy Punch #B97C3A
RGB
CMYK
RGB Variations
Color information
#B97C3A (or 0xB97C3A) is known color: Brandy Punch. HEX triplet: B9, 7C and 3A. RGB value is (185,124,58). Sum of RGB (Red+Green+Blue) = 185+124+58=367 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.41% from 367); Green value is 124 (48.83% from 255 or 33.79% from 367); Blue value is 58 (23.05% from 255 or 15.80% from 367); Max value from RGB is 185 - color contains mainly: red. Hex color #B97C3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97C3A is #4683C5. Grayscale: #878787. Windows color (decimal): -4621254 or 3833017. OLE color: 3833017.
HSL color Cylindrical-coordinate representation of color #B97C3A: hue angle of 31.18º 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 #B97C3A is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 124 | 58 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.27 |
| HSL | 31.18º | 0.52% | 0.48% | - |
| HSV(B) | 31.18º | 0.69% | 0.73% | - |
| XYZ | 27.98 | 25.04 | 7.36 | - |
| YUV | 134.72 | 84.71 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 124 | 58 | 0 | 0.33 | 0.69 | 0.27 | 31.18 | 0.52 | 0.48 |
| Hex | B9 | 7C | 3A | 0 | 21 | 45 | 1B | 1F | 34 | 30 |
| Octal | 271 | 174 | 72 | 0 | 41 | 105 | 33 | 37 | 64 | 60 |
| Binary | 10111001 | 1111100 | 111010 | 0 | 100001 | 1000101 | 11011 | 11111 | 110100 | 110000 |
Color Harmonies of #B97C3A
Complementary color
Monochromatic Colors of #B97C3A
Black with #B97C3A
Text Example
Text Example
White with #B97C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97C3A; }
p { color: rgb(185,124,58); }
H1.HeaderClassName
{
color: #B97C3A;
}
.AnyTagClassName
{
color: #B97C3A;
}
</style>
background-color css
<style>
a { background-color: #B97C3A; }
a { background-color: rgb(185,124,58); }
div.DivClassName
{
background-color: #B97C3A;
}
.BgClassName
{
background-color: #B97C3A;
}
</style>
border-color css
<style>
span { border-color: #B97C3A; }
span { border-color: rgb(185,124,58); }
td.TdClassName
{
border-color: #B97C3A;
}
.TagClassName
{
border-color: #B97C3A;
}
</style>