Shades of Brandy Punch #BD8349
Tints of Brandy Punch #BD8349
RGB
CMYK
RGB Variations
Color information
#BD8349 (or 0xBD8349) is known color: Brandy Punch. HEX triplet: BD, 83 and 49. RGB value is (189,131,73). Sum of RGB (Red+Green+Blue) = 189+131+73=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 73 (28.91% from 255 or 18.58% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8349 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8349 is #427CB6. Grayscale: #8E8E8E. Windows color (decimal): -4357303 or 4817853. OLE color: 4817853.
HSL color Cylindrical-coordinate representation of color #BD8349: hue angle of 30º 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 #BD8349 is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 131 | 73 | - |
| CMYK | 0 | 0.31 | 0.61 | 0.26 |
| HSL | 30º | 0.47% | 0.51% | - |
| HSV(B) | 30º | 0.61% | 0.74% | - |
| XYZ | 30.31 | 27.53 | 10.02 | - |
| YUV | 141.73 | 89.22 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 131 | 73 | 0 | 0.31 | 0.61 | 0.26 | 30 | 0.47 | 0.51 |
| Hex | BD | 83 | 49 | 0 | 1F | 3D | 1A | 1E | 2F | 33 |
| Octal | 275 | 203 | 111 | 0 | 37 | 75 | 32 | 36 | 57 | 63 |
| Binary | 10111101 | 10000011 | 1001001 | 0 | 11111 | 111101 | 11010 | 11110 | 101111 | 110011 |
Color Harmonies of #BD8349
Complementary color
Monochromatic Colors of #BD8349
Black with #BD8349
Text Example
Text Example
White with #BD8349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8349; }
p { color: rgb(189,131,73); }
H1.HeaderClassName
{
color: #BD8349;
}
.AnyTagClassName
{
color: #BD8349;
}
</style>
background-color css
<style>
a { background-color: #BD8349; }
a { background-color: rgb(189,131,73); }
div.DivClassName
{
background-color: #BD8349;
}
.BgClassName
{
background-color: #BD8349;
}
</style>
border-color css
<style>
span { border-color: #BD8349; }
span { border-color: rgb(189,131,73); }
td.TdClassName
{
border-color: #BD8349;
}
.TagClassName
{
border-color: #BD8349;
}
</style>