Shades of Brandy Punch #BD8548
Tints of Brandy Punch #BD8548
RGB
CMYK
RGB Variations
Color information
#BD8548 (or 0xBD8548) is known color: Brandy Punch. HEX triplet: BD, 85 and 48. RGB value is (189,133,72). Sum of RGB (Red+Green+Blue) = 189+133+72=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 72 (28.52% from 255 or 18.27% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8548 is #427AB7. Grayscale: #8F8F8F. Windows color (decimal): -4356792 or 4752829. OLE color: 4752829.
HSL color Cylindrical-coordinate representation of color #BD8548: hue angle of 31.28º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD8548 is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 133 | 72 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.26 |
| HSL | 31.28º | 0.47% | 0.51% | - |
| HSV(B) | 31.28º | 0.62% | 0.74% | - |
| XYZ | 30.54 | 28.06 | 9.94 | - |
| YUV | 142.79 | 88.05 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 133 | 72 | 0 | 0.30 | 0.62 | 0.26 | 31.28 | 0.47 | 0.51 |
| Hex | BD | 85 | 48 | 0 | 1E | 3E | 1A | 1F | 2F | 33 |
| Octal | 275 | 205 | 110 | 0 | 36 | 76 | 32 | 37 | 57 | 63 |
| Binary | 10111101 | 10000101 | 1001000 | 0 | 11110 | 111110 | 11010 | 11111 | 101111 | 110011 |
Color Harmonies of #BD8548
Complementary color
Monochromatic Colors of #BD8548
Black with #BD8548
Text Example
Text Example
White with #BD8548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8548; }
p { color: rgb(189,133,72); }
H1.HeaderClassName
{
color: #BD8548;
}
.AnyTagClassName
{
color: #BD8548;
}
</style>
background-color css
<style>
a { background-color: #BD8548; }
a { background-color: rgb(189,133,72); }
div.DivClassName
{
background-color: #BD8548;
}
.BgClassName
{
background-color: #BD8548;
}
</style>
border-color css
<style>
span { border-color: #BD8548; }
span { border-color: rgb(189,133,72); }
td.TdClassName
{
border-color: #BD8548;
}
.TagClassName
{
border-color: #BD8548;
}
</style>