Shades of Brandy Punch #BD8141
Tints of Brandy Punch #BD8141
RGB
CMYK
RGB Variations
Color information
#BD8141 (or 0xBD8141) is known color: Brandy Punch. HEX triplet: BD, 81 and 41. RGB value is (189,129,65). Sum of RGB (Red+Green+Blue) = 189+129+65=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 65 (25.78% from 255 or 16.97% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8141 is #427EBE. Grayscale: #8B8B8B. Windows color (decimal): -4357823 or 4293053. OLE color: 4293053.
HSL color Cylindrical-coordinate representation of color #BD8141: hue angle of 30.97º 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 #BD8141 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 129 | 65 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.26 |
| HSL | 30.97º | 0.49% | 0.5% | - |
| HSV(B) | 30.97º | 0.66% | 0.74% | - |
| XYZ | 29.79 | 26.9 | 8.62 | - |
| YUV | 139.64 | 85.88 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 129 | 65 | 0 | 0.32 | 0.66 | 0.26 | 30.97 | 0.49 | 0.5 |
| Hex | BD | 81 | 41 | 0 | 20 | 42 | 1A | 1F | 31 | 32 |
| Octal | 275 | 201 | 101 | 0 | 40 | 102 | 32 | 37 | 61 | 62 |
| Binary | 10111101 | 10000001 | 1000001 | 0 | 100000 | 1000010 | 11010 | 11111 | 110001 | 110010 |
Color Harmonies of #BD8141
Complementary color
Monochromatic Colors of #BD8141
Black with #BD8141
Text Example
Text Example
White with #BD8141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8141; }
p { color: rgb(189,129,65); }
H1.HeaderClassName
{
color: #BD8141;
}
.AnyTagClassName
{
color: #BD8141;
}
</style>
background-color css
<style>
a { background-color: #BD8141; }
a { background-color: rgb(189,129,65); }
div.DivClassName
{
background-color: #BD8141;
}
.BgClassName
{
background-color: #BD8141;
}
</style>
border-color css
<style>
span { border-color: #BD8141; }
span { border-color: rgb(189,129,65); }
td.TdClassName
{
border-color: #BD8141;
}
.TagClassName
{
border-color: #BD8141;
}
</style>