Shades of Brandy Punch #BD844B
Tints of Brandy Punch #BD844B
RGB
CMYK
RGB Variations
Color information
#BD844B (or 0xBD844B) is known color: Brandy Punch. HEX triplet: BD, 84 and 4B. RGB value is (189,132,75). Sum of RGB (Red+Green+Blue) = 189+132+75=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 75 (29.69% from 255 or 18.94% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BD844B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD844B is #427BB4. Grayscale: #8E8E8E. Windows color (decimal): -4357045 or 4949181. OLE color: 4949181.
HSL color Cylindrical-coordinate representation of color #BD844B: hue angle of 30º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD844B is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 132 | 75 | - |
| CMYK | 0 | 0.30 | 0.60 | 0.26 |
| HSL | 30º | 0.46% | 0.52% | - |
| HSV(B) | 30º | 0.6% | 0.74% | - |
| XYZ | 30.51 | 27.83 | 10.42 | - |
| YUV | 142.55 | 89.88 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 132 | 75 | 0 | 0.30 | 0.60 | 0.26 | 30 | 0.46 | 0.52 |
| Hex | BD | 84 | 4B | 0 | 1E | 3C | 1A | 1E | 2E | 34 |
| Octal | 275 | 204 | 113 | 0 | 36 | 74 | 32 | 36 | 56 | 64 |
| Binary | 10111101 | 10000100 | 1001011 | 0 | 11110 | 111100 | 11010 | 11110 | 101110 | 110100 |
Color Harmonies of #BD844B
Complementary color
Monochromatic Colors of #BD844B
Black with #BD844B
Text Example
Text Example
White with #BD844B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD844B; }
p { color: rgb(189,132,75); }
H1.HeaderClassName
{
color: #BD844B;
}
.AnyTagClassName
{
color: #BD844B;
}
</style>
background-color css
<style>
a { background-color: #BD844B; }
a { background-color: rgb(189,132,75); }
div.DivClassName
{
background-color: #BD844B;
}
.BgClassName
{
background-color: #BD844B;
}
</style>
border-color css
<style>
span { border-color: #BD844B; }
span { border-color: rgb(189,132,75); }
td.TdClassName
{
border-color: #BD844B;
}
.TagClassName
{
border-color: #BD844B;
}
</style>