Shades of Brandy Punch #BD8049
Tints of Brandy Punch #BD8049
RGB
CMYK
RGB Variations
Color information
#BD8049 (or 0xBD8049) is known color: Brandy Punch. HEX triplet: BD, 80 and 49. RGB value is (189,128,73). Sum of RGB (Red+Green+Blue) = 189+128+73=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 73 (28.91% from 255 or 18.72% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8049 is #427FB6. Grayscale: #8C8C8C. Windows color (decimal): -4358071 or 4817085. OLE color: 4817085.
HSL color Cylindrical-coordinate representation of color #BD8049: hue angle of 28.45º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD8049 is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 128 | 73 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.26 |
| HSL | 28.45º | 0.47% | 0.51% | - |
| HSV(B) | 28.45º | 0.61% | 0.74% | - |
| XYZ | 29.91 | 26.74 | 9.89 | - |
| YUV | 139.97 | 90.21 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 128 | 73 | 0 | 0.32 | 0.61 | 0.26 | 28.45 | 0.47 | 0.51 |
| Hex | BD | 80 | 49 | 0 | 20 | 3D | 1A | 1C | 2F | 33 |
| Octal | 275 | 200 | 111 | 0 | 40 | 75 | 32 | 34 | 57 | 63 |
| Binary | 10111101 | 10000000 | 1001001 | 0 | 100000 | 111101 | 11010 | 11100 | 101111 | 110011 |
Color Harmonies of #BD8049
Complementary color
Monochromatic Colors of #BD8049
Black with #BD8049
Text Example
Text Example
White with #BD8049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8049; }
p { color: rgb(189,128,73); }
H1.HeaderClassName
{
color: #BD8049;
}
.AnyTagClassName
{
color: #BD8049;
}
</style>
background-color css
<style>
a { background-color: #BD8049; }
a { background-color: rgb(189,128,73); }
div.DivClassName
{
background-color: #BD8049;
}
.BgClassName
{
background-color: #BD8049;
}
</style>
border-color css
<style>
span { border-color: #BD8049; }
span { border-color: rgb(189,128,73); }
td.TdClassName
{
border-color: #BD8049;
}
.TagClassName
{
border-color: #BD8049;
}
</style>