Shades of Brandy Punch #B97D3F
Tints of Brandy Punch #B97D3F
RGB
CMYK
RGB Variations
Color information
#B97D3F (or 0xB97D3F) is known color: Brandy Punch. HEX triplet: B9, 7D and 3F. RGB value is (185,125,63). Sum of RGB (Red+Green+Blue) = 185+125+63=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 63 (25% from 255 or 16.89% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B97D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97D3F is #4682C0. Grayscale: #888888. Windows color (decimal): -4620993 or 4160953. OLE color: 4160953.
HSL color Cylindrical-coordinate representation of color #B97D3F: hue angle of 30.49º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B97D3F is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 125 | 63 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.27 |
| HSL | 30.49º | 0.49% | 0.49% | - |
| HSV(B) | 30.49º | 0.66% | 0.73% | - |
| XYZ | 28.24 | 25.34 | 8.11 | - |
| YUV | 135.87 | 86.88 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 125 | 63 | 0 | 0.32 | 0.66 | 0.27 | 30.49 | 0.49 | 0.49 |
| Hex | B9 | 7D | 3F | 0 | 20 | 42 | 1B | 1E | 31 | 31 |
| Octal | 271 | 175 | 77 | 0 | 40 | 102 | 33 | 36 | 61 | 61 |
| Binary | 10111001 | 1111101 | 111111 | 0 | 100000 | 1000010 | 11011 | 11110 | 110001 | 110001 |
Color Harmonies of #B97D3F
Complementary color
Monochromatic Colors of #B97D3F
Black with #B97D3F
Text Example
Text Example
White with #B97D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97D3F; }
p { color: rgb(185,125,63); }
H1.HeaderClassName
{
color: #B97D3F;
}
.AnyTagClassName
{
color: #B97D3F;
}
</style>
background-color css
<style>
a { background-color: #B97D3F; }
a { background-color: rgb(185,125,63); }
div.DivClassName
{
background-color: #B97D3F;
}
.BgClassName
{
background-color: #B97D3F;
}
</style>
border-color css
<style>
span { border-color: #B97D3F; }
span { border-color: rgb(185,125,63); }
td.TdClassName
{
border-color: #B97D3F;
}
.TagClassName
{
border-color: #B97D3F;
}
</style>