Shades of Brandy Punch #BD8441
Tints of Brandy Punch #BD8441
RGB
CMYK
RGB Variations
Color information
#BD8441 (or 0xBD8441) is known color: Brandy Punch. HEX triplet: BD, 84 and 41. RGB value is (189,132,65). Sum of RGB (Red+Green+Blue) = 189+132+65=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 65 (25.78% from 255 or 16.84% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8441 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8441 is #427BBE. Grayscale: #8D8D8D. Windows color (decimal): -4357055 or 4293821. OLE color: 4293821.
HSL color Cylindrical-coordinate representation of color #BD8441: hue angle of 32.42º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD8441 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 132 | 65 | - |
| CMYK | 0 | 0.30 | 0.66 | 0.26 |
| HSL | 32.42º | 0.49% | 0.5% | - |
| HSV(B) | 32.42º | 0.66% | 0.74% | - |
| XYZ | 30.19 | 27.7 | 8.76 | - |
| YUV | 141.41 | 84.88 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 132 | 65 | 0 | 0.30 | 0.66 | 0.26 | 32.42 | 0.49 | 0.5 |
| Hex | BD | 84 | 41 | 0 | 1E | 42 | 1A | 20 | 31 | 32 |
| Octal | 275 | 204 | 101 | 0 | 36 | 102 | 32 | 40 | 61 | 62 |
| Binary | 10111101 | 10000100 | 1000001 | 0 | 11110 | 1000010 | 11010 | 100000 | 110001 | 110010 |
Color Harmonies of #BD8441
Complementary color
Monochromatic Colors of #BD8441
Black with #BD8441
Text Example
Text Example
White with #BD8441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8441; }
p { color: rgb(189,132,65); }
H1.HeaderClassName
{
color: #BD8441;
}
.AnyTagClassName
{
color: #BD8441;
}
</style>
background-color css
<style>
a { background-color: #BD8441; }
a { background-color: rgb(189,132,65); }
div.DivClassName
{
background-color: #BD8441;
}
.BgClassName
{
background-color: #BD8441;
}
</style>
border-color css
<style>
span { border-color: #BD8441; }
span { border-color: rgb(189,132,65); }
td.TdClassName
{
border-color: #BD8441;
}
.TagClassName
{
border-color: #BD8441;
}
</style>