Shades of Brandy Punch #BD7E55
Tints of Brandy Punch #BD7E55
RGB
CMYK
RGB Variations
Color information
#BD7E55 (or 0xBD7E55) is known color: Brandy Punch. HEX triplet: BD, 7E and 55. RGB value is (189,126,85). Sum of RGB (Red+Green+Blue) = 189+126+85=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 126 (49.61% from 255 or 31.5% from 400); Blue value is 85 (33.59% from 255 or 21.25% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7E55 is #4281AA. Grayscale: #8C8C8C. Windows color (decimal): -4358571 or 5603005. OLE color: 5603005.
HSL color Cylindrical-coordinate representation of color #BD7E55: hue angle of 23.65º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD7E55 is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 126 | 85 | - |
| CMYK | 0 | 0.33 | 0.55 | 0.26 |
| HSL | 23.65º | 0.44% | 0.54% | - |
| HSV(B) | 23.65º | 0.55% | 0.74% | - |
| XYZ | 30.09 | 26.4 | 12.1 | - |
| YUV | 140.16 | 96.87 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 126 | 85 | 0 | 0.33 | 0.55 | 0.26 | 23.65 | 0.44 | 0.54 |
| Hex | BD | 7E | 55 | 0 | 21 | 37 | 1A | 18 | 2C | 36 |
| Octal | 275 | 176 | 125 | 0 | 41 | 67 | 32 | 30 | 54 | 66 |
| Binary | 10111101 | 1111110 | 1010101 | 0 | 100001 | 110111 | 11010 | 11000 | 101100 | 110110 |
Color Harmonies of #BD7E55
Complementary color
Monochromatic Colors of #BD7E55
Black with #BD7E55
Text Example
Text Example
White with #BD7E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7E55; }
p { color: rgb(189,126,85); }
H1.HeaderClassName
{
color: #BD7E55;
}
.AnyTagClassName
{
color: #BD7E55;
}
</style>
background-color css
<style>
a { background-color: #BD7E55; }
a { background-color: rgb(189,126,85); }
div.DivClassName
{
background-color: #BD7E55;
}
.BgClassName
{
background-color: #BD7E55;
}
</style>
border-color css
<style>
span { border-color: #BD7E55; }
span { border-color: rgb(189,126,85); }
td.TdClassName
{
border-color: #BD7E55;
}
.TagClassName
{
border-color: #BD7E55;
}
</style>