Shades of Brandy Punch #BD8544
Tints of Brandy Punch #BD8544
RGB
CMYK
RGB Variations
Color information
#BD8544 (or 0xBD8544) is known color: Brandy Punch. HEX triplet: BD, 85 and 44. RGB value is (189,133,68). Sum of RGB (Red+Green+Blue) = 189+133+68=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 68 (26.95% from 255 or 17.44% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8544 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8544 is #427ABB. Grayscale: #8E8E8E. Windows color (decimal): -4356796 or 4490685. OLE color: 4490685.
HSL color Cylindrical-coordinate representation of color #BD8544: hue angle of 32.23º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BD8544 is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 133 | 68 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.26 |
| HSL | 32.23º | 0.48% | 0.5% | - |
| HSV(B) | 32.23º | 0.64% | 0.74% | - |
| XYZ | 30.42 | 28.01 | 9.27 | - |
| YUV | 142.33 | 86.05 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 133 | 68 | 0 | 0.30 | 0.64 | 0.26 | 32.23 | 0.48 | 0.5 |
| Hex | BD | 85 | 44 | 0 | 1E | 40 | 1A | 20 | 30 | 32 |
| Octal | 275 | 205 | 104 | 0 | 36 | 100 | 32 | 40 | 60 | 62 |
| Binary | 10111101 | 10000101 | 1000100 | 0 | 11110 | 1000000 | 11010 | 100000 | 110000 | 110010 |
Color Harmonies of #BD8544
Complementary color
Monochromatic Colors of #BD8544
Black with #BD8544
Text Example
Text Example
White with #BD8544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8544; }
p { color: rgb(189,133,68); }
H1.HeaderClassName
{
color: #BD8544;
}
.AnyTagClassName
{
color: #BD8544;
}
</style>
background-color css
<style>
a { background-color: #BD8544; }
a { background-color: rgb(189,133,68); }
div.DivClassName
{
background-color: #BD8544;
}
.BgClassName
{
background-color: #BD8544;
}
</style>
border-color css
<style>
span { border-color: #BD8544; }
span { border-color: rgb(189,133,68); }
td.TdClassName
{
border-color: #BD8544;
}
.TagClassName
{
border-color: #BD8544;
}
</style>