Shades of Brandy Punch #BD814D
Tints of Brandy Punch #BD814D
RGB
CMYK
RGB Variations
Color information
#BD814D (or 0xBD814D) is known color: Brandy Punch. HEX triplet: BD, 81 and 4D. RGB value is (189,129,77). Sum of RGB (Red+Green+Blue) = 189+129+77=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 77 (30.47% from 255 or 19.49% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BD814D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD814D is #427EB2. Grayscale: #8D8D8D. Windows color (decimal): -4357811 or 5079485. OLE color: 5079485.
HSL color Cylindrical-coordinate representation of color #BD814D: hue angle of 27.86º 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 #BD814D is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 129 | 77 | - |
| CMYK | 0 | 0.32 | 0.59 | 0.26 |
| HSL | 27.86º | 0.46% | 0.52% | - |
| HSV(B) | 27.86º | 0.59% | 0.74% | - |
| XYZ | 30.18 | 27.06 | 10.65 | - |
| YUV | 141.01 | 91.88 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 129 | 77 | 0 | 0.32 | 0.59 | 0.26 | 27.86 | 0.46 | 0.52 |
| Hex | BD | 81 | 4D | 0 | 20 | 3B | 1A | 1C | 2E | 34 |
| Octal | 275 | 201 | 115 | 0 | 40 | 73 | 32 | 34 | 56 | 64 |
| Binary | 10111101 | 10000001 | 1001101 | 0 | 100000 | 111011 | 11010 | 11100 | 101110 | 110100 |
Color Harmonies of #BD814D
Complementary color
Monochromatic Colors of #BD814D
Black with #BD814D
Text Example
Text Example
White with #BD814D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD814D; }
p { color: rgb(189,129,77); }
H1.HeaderClassName
{
color: #BD814D;
}
.AnyTagClassName
{
color: #BD814D;
}
</style>
background-color css
<style>
a { background-color: #BD814D; }
a { background-color: rgb(189,129,77); }
div.DivClassName
{
background-color: #BD814D;
}
.BgClassName
{
background-color: #BD814D;
}
</style>
border-color css
<style>
span { border-color: #BD814D; }
span { border-color: rgb(189,129,77); }
td.TdClassName
{
border-color: #BD814D;
}
.TagClassName
{
border-color: #BD814D;
}
</style>