Shades of Brandy Punch #BD8241
Tints of Brandy Punch #BD8241
RGB
CMYK
RGB Variations
Color information
#BD8241 (or 0xBD8241) is known color: Brandy Punch. HEX triplet: BD, 82 and 41. RGB value is (189,130,65). Sum of RGB (Red+Green+Blue) = 189+130+65=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 65 (25.78% from 255 or 16.93% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8241 is #427DBE. Grayscale: #8C8C8C. Windows color (decimal): -4357567 or 4293309. OLE color: 4293309.
HSL color Cylindrical-coordinate representation of color #BD8241: hue angle of 31.45º 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 #BD8241 is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 130 | 65 | - |
| CMYK | 0 | 0.31 | 0.66 | 0.26 |
| HSL | 31.45º | 0.49% | 0.5% | - |
| HSV(B) | 31.45º | 0.66% | 0.74% | - |
| XYZ | 29.92 | 27.17 | 8.67 | - |
| YUV | 140.23 | 85.55 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 130 | 65 | 0 | 0.31 | 0.66 | 0.26 | 31.45 | 0.49 | 0.5 |
| Hex | BD | 82 | 41 | 0 | 1F | 42 | 1A | 1F | 31 | 32 |
| Octal | 275 | 202 | 101 | 0 | 37 | 102 | 32 | 37 | 61 | 62 |
| Binary | 10111101 | 10000010 | 1000001 | 0 | 11111 | 1000010 | 11010 | 11111 | 110001 | 110010 |
Color Harmonies of #BD8241
Complementary color
Monochromatic Colors of #BD8241
Black with #BD8241
Text Example
Text Example
White with #BD8241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8241; }
p { color: rgb(189,130,65); }
H1.HeaderClassName
{
color: #BD8241;
}
.AnyTagClassName
{
color: #BD8241;
}
</style>
background-color css
<style>
a { background-color: #BD8241; }
a { background-color: rgb(189,130,65); }
div.DivClassName
{
background-color: #BD8241;
}
.BgClassName
{
background-color: #BD8241;
}
</style>
border-color css
<style>
span { border-color: #BD8241; }
span { border-color: rgb(189,130,65); }
td.TdClassName
{
border-color: #BD8241;
}
.TagClassName
{
border-color: #BD8241;
}
</style>