Shades of Brandy Punch #BD8146
Tints of Brandy Punch #BD8146
RGB
CMYK
RGB Variations
Color information
#BD8146 (or 0xBD8146) is known color: Brandy Punch. HEX triplet: BD, 81 and 46. RGB value is (189,129,70). Sum of RGB (Red+Green+Blue) = 189+129+70=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 70 (27.73% from 255 or 18.04% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8146 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8146 is #427EB9. Grayscale: #8C8C8C. Windows color (decimal): -4357818 or 4620733. OLE color: 4620733.
HSL color Cylindrical-coordinate representation of color #BD8146: hue angle of 29.75º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD8146 is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 129 | 70 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.26 |
| HSL | 29.75º | 0.47% | 0.51% | - |
| HSV(B) | 29.75º | 0.63% | 0.74% | - |
| XYZ | 29.94 | 26.96 | 9.42 | - |
| YUV | 140.21 | 88.38 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 129 | 70 | 0 | 0.32 | 0.63 | 0.26 | 29.75 | 0.47 | 0.51 |
| Hex | BD | 81 | 46 | 0 | 20 | 3F | 1A | 1E | 2F | 33 |
| Octal | 275 | 201 | 106 | 0 | 40 | 77 | 32 | 36 | 57 | 63 |
| Binary | 10111101 | 10000001 | 1000110 | 0 | 100000 | 111111 | 11010 | 11110 | 101111 | 110011 |
Color Harmonies of #BD8146
Complementary color
Monochromatic Colors of #BD8146
Black with #BD8146
Text Example
Text Example
White with #BD8146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8146; }
p { color: rgb(189,129,70); }
H1.HeaderClassName
{
color: #BD8146;
}
.AnyTagClassName
{
color: #BD8146;
}
</style>
background-color css
<style>
a { background-color: #BD8146; }
a { background-color: rgb(189,129,70); }
div.DivClassName
{
background-color: #BD8146;
}
.BgClassName
{
background-color: #BD8146;
}
</style>
border-color css
<style>
span { border-color: #BD8146; }
span { border-color: rgb(189,129,70); }
td.TdClassName
{
border-color: #BD8146;
}
.TagClassName
{
border-color: #BD8146;
}
</style>