Shades of Brandy Punch #BD7E4D
Tints of Brandy Punch #BD7E4D
RGB
CMYK
RGB Variations
Color information
#BD7E4D (or 0xBD7E4D) is known color: Brandy Punch. HEX triplet: BD, 7E and 4D. RGB value is (189,126,77). Sum of RGB (Red+Green+Blue) = 189+126+77=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 126 (49.61% from 255 or 32.14% from 392); Blue value is 77 (30.47% from 255 or 19.64% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7E4D is #4281B2. Grayscale: #8B8B8B. Windows color (decimal): -4358579 or 5078717. OLE color: 5078717.
HSL color Cylindrical-coordinate representation of color #BD7E4D: hue angle of 26.25º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD7E4D is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 126 | 77 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.26 |
| HSL | 26.25º | 0.46% | 0.52% | - |
| HSV(B) | 26.25º | 0.59% | 0.74% | - |
| XYZ | 29.79 | 26.28 | 10.52 | - |
| YUV | 139.25 | 92.87 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 126 | 77 | 0 | 0.33 | 0.59 | 0.26 | 26.25 | 0.46 | 0.52 |
| Hex | BD | 7E | 4D | 0 | 21 | 3B | 1A | 1A | 2E | 34 |
| Octal | 275 | 176 | 115 | 0 | 41 | 73 | 32 | 32 | 56 | 64 |
| Binary | 10111101 | 1111110 | 1001101 | 0 | 100001 | 111011 | 11010 | 11010 | 101110 | 110100 |
Color Harmonies of #BD7E4D
Complementary color
Monochromatic Colors of #BD7E4D
Black with #BD7E4D
Text Example
Text Example
White with #BD7E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7E4D; }
p { color: rgb(189,126,77); }
H1.HeaderClassName
{
color: #BD7E4D;
}
.AnyTagClassName
{
color: #BD7E4D;
}
</style>
background-color css
<style>
a { background-color: #BD7E4D; }
a { background-color: rgb(189,126,77); }
div.DivClassName
{
background-color: #BD7E4D;
}
.BgClassName
{
background-color: #BD7E4D;
}
</style>
border-color css
<style>
span { border-color: #BD7E4D; }
span { border-color: rgb(189,126,77); }
td.TdClassName
{
border-color: #BD7E4D;
}
.TagClassName
{
border-color: #BD7E4D;
}
</style>