Shades of Brandy Punch #BD7839
Tints of Brandy Punch #BD7839
RGB
CMYK
RGB Variations
Color information
#BD7839 (or 0xBD7839) is known color: Brandy Punch. HEX triplet: BD, 78 and 39. RGB value is (189,120,57). Sum of RGB (Red+Green+Blue) = 189+120+57=366 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.64% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 57 (22.66% from 255 or 15.57% from 366); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7839 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7839 is #4287C6. Grayscale: #858585. Windows color (decimal): -4360135 or 3766461. OLE color: 3766461.
HSL color Cylindrical-coordinate representation of color #BD7839: hue angle of 28.64º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD7839 is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 120 | 57 | - |
| CMYK | 0 | 0.37 | 0.70 | 0.26 |
| HSL | 28.64º | 0.54% | 0.48% | - |
| HSV(B) | 28.64º | 0.7% | 0.74% | - |
| XYZ | 28.44 | 24.55 | 7.11 | - |
| YUV | 133.45 | 84.86 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 120 | 57 | 0 | 0.37 | 0.70 | 0.26 | 28.64 | 0.54 | 0.48 |
| Hex | BD | 78 | 39 | 0 | 25 | 46 | 1A | 1D | 36 | 30 |
| Octal | 275 | 170 | 71 | 0 | 45 | 106 | 32 | 35 | 66 | 60 |
| Binary | 10111101 | 1111000 | 111001 | 0 | 100101 | 1000110 | 11010 | 11101 | 110110 | 110000 |
Color Harmonies of #BD7839
Complementary color
Monochromatic Colors of #BD7839
Black with #BD7839
Text Example
Text Example
White with #BD7839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7839; }
p { color: rgb(189,120,57); }
H1.HeaderClassName
{
color: #BD7839;
}
.AnyTagClassName
{
color: #BD7839;
}
</style>
background-color css
<style>
a { background-color: #BD7839; }
a { background-color: rgb(189,120,57); }
div.DivClassName
{
background-color: #BD7839;
}
.BgClassName
{
background-color: #BD7839;
}
</style>
border-color css
<style>
span { border-color: #BD7839; }
span { border-color: rgb(189,120,57); }
td.TdClassName
{
border-color: #BD7839;
}
.TagClassName
{
border-color: #BD7839;
}
</style>