Shades of Brandy Punch #BD8139
Tints of Brandy Punch #BD8139
RGB
CMYK
RGB Variations
Color information
#BD8139 (or 0xBD8139) is known color: Brandy Punch. HEX triplet: BD, 81 and 39. RGB value is (189,129,57). Sum of RGB (Red+Green+Blue) = 189+129+57=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 57 (22.66% from 255 or 15.2% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8139 is #427EC6. Grayscale: #8B8B8B. Windows color (decimal): -4357831 or 3768765. OLE color: 3768765.
HSL color Cylindrical-coordinate representation of color #BD8139: hue angle of 32.73º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD8139 is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 129 | 57 | - |
| CMYK | 0 | 0.32 | 0.70 | 0.26 |
| HSL | 32.73º | 0.54% | 0.48% | - |
| HSV(B) | 32.73º | 0.7% | 0.74% | - |
| XYZ | 29.58 | 26.81 | 7.49 | - |
| YUV | 138.73 | 81.88 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 129 | 57 | 0 | 0.32 | 0.70 | 0.26 | 32.73 | 0.54 | 0.48 |
| Hex | BD | 81 | 39 | 0 | 20 | 46 | 1A | 21 | 36 | 30 |
| Octal | 275 | 201 | 71 | 0 | 40 | 106 | 32 | 41 | 66 | 60 |
| Binary | 10111101 | 10000001 | 111001 | 0 | 100000 | 1000110 | 11010 | 100001 | 110110 | 110000 |
Color Harmonies of #BD8139
Complementary color
Monochromatic Colors of #BD8139
Black with #BD8139
Text Example
Text Example
White with #BD8139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8139; }
p { color: rgb(189,129,57); }
H1.HeaderClassName
{
color: #BD8139;
}
.AnyTagClassName
{
color: #BD8139;
}
</style>
background-color css
<style>
a { background-color: #BD8139; }
a { background-color: rgb(189,129,57); }
div.DivClassName
{
background-color: #BD8139;
}
.BgClassName
{
background-color: #BD8139;
}
</style>
border-color css
<style>
span { border-color: #BD8139; }
span { border-color: rgb(189,129,57); }
td.TdClassName
{
border-color: #BD8139;
}
.TagClassName
{
border-color: #BD8139;
}
</style>