Shades of Brandy Punch #BD8150
Tints of Brandy Punch #BD8150
RGB
CMYK
RGB Variations
Color information
#BD8150 (or 0xBD8150) is known color: Brandy Punch. HEX triplet: BD, 81 and 50. RGB value is (189,129,80). Sum of RGB (Red+Green+Blue) = 189+129+80=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8150 is #427EAF. Grayscale: #8D8D8D. Windows color (decimal): -4357808 or 5276093. OLE color: 5276093.
HSL color Cylindrical-coordinate representation of color #BD8150: hue angle of 26.97º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD8150 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 129 | 80 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.26 |
| HSL | 26.97º | 0.45% | 0.53% | - |
| HSV(B) | 26.97º | 0.58% | 0.74% | - |
| XYZ | 30.28 | 27.1 | 11.22 | - |
| YUV | 141.35 | 93.38 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 129 | 80 | 0 | 0.32 | 0.58 | 0.26 | 26.97 | 0.45 | 0.53 |
| Hex | BD | 81 | 50 | 0 | 20 | 3A | 1A | 1B | 2D | 35 |
| Octal | 275 | 201 | 120 | 0 | 40 | 72 | 32 | 33 | 55 | 65 |
| Binary | 10111101 | 10000001 | 1010000 | 0 | 100000 | 111010 | 11010 | 11011 | 101101 | 110101 |
Color Harmonies of #BD8150
Complementary color
Monochromatic Colors of #BD8150
Black with #BD8150
Text Example
Text Example
White with #BD8150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8150; }
p { color: rgb(189,129,80); }
H1.HeaderClassName
{
color: #BD8150;
}
.AnyTagClassName
{
color: #BD8150;
}
</style>
background-color css
<style>
a { background-color: #BD8150; }
a { background-color: rgb(189,129,80); }
div.DivClassName
{
background-color: #BD8150;
}
.BgClassName
{
background-color: #BD8150;
}
</style>
border-color css
<style>
span { border-color: #BD8150; }
span { border-color: rgb(189,129,80); }
td.TdClassName
{
border-color: #BD8150;
}
.TagClassName
{
border-color: #BD8150;
}
</style>