Shades of Brandy Punch #BD844D
Tints of Brandy Punch #BD844D
RGB
CMYK
RGB Variations
Color information
#BD844D (or 0xBD844D) is known color: Brandy Punch. HEX triplet: BD, 84 and 4D. RGB value is (189,132,77). Sum of RGB (Red+Green+Blue) = 189+132+77=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 189 - color contains mainly: red. Hex color #BD844D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD844D is #427BB2. Grayscale: #8F8F8F. Windows color (decimal): -4357043 or 5080253. OLE color: 5080253.
HSL color Cylindrical-coordinate representation of color #BD844D: hue angle of 29.46º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD844D is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 132 | 77 | - |
| CMYK | 0 | 0.30 | 0.59 | 0.26 |
| HSL | 29.46º | 0.46% | 0.52% | - |
| HSV(B) | 29.46º | 0.59% | 0.74% | - |
| XYZ | 30.58 | 27.86 | 10.79 | - |
| YUV | 142.77 | 90.88 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 132 | 77 | 0 | 0.30 | 0.59 | 0.26 | 29.46 | 0.46 | 0.52 |
| Hex | BD | 84 | 4D | 0 | 1E | 3B | 1A | 1D | 2E | 34 |
| Octal | 275 | 204 | 115 | 0 | 36 | 73 | 32 | 35 | 56 | 64 |
| Binary | 10111101 | 10000100 | 1001101 | 0 | 11110 | 111011 | 11010 | 11101 | 101110 | 110100 |
Color Harmonies of #BD844D
Complementary color
Monochromatic Colors of #BD844D
Black with #BD844D
Text Example
Text Example
White with #BD844D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD844D; }
p { color: rgb(189,132,77); }
H1.HeaderClassName
{
color: #BD844D;
}
.AnyTagClassName
{
color: #BD844D;
}
</style>
background-color css
<style>
a { background-color: #BD844D; }
a { background-color: rgb(189,132,77); }
div.DivClassName
{
background-color: #BD844D;
}
.BgClassName
{
background-color: #BD844D;
}
</style>
border-color css
<style>
span { border-color: #BD844D; }
span { border-color: rgb(189,132,77); }
td.TdClassName
{
border-color: #BD844D;
}
.TagClassName
{
border-color: #BD844D;
}
</style>