Shades of Brandy Punch #BD7E4A
Tints of Brandy Punch #BD7E4A
RGB
CMYK
RGB Variations
Color information
#BD7E4A (or 0xBD7E4A) is known color: Brandy Punch. HEX triplet: BD, 7E and 4A. RGB value is (189,126,74). Sum of RGB (Red+Green+Blue) = 189+126+74=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 74 (29.30% from 255 or 19.02% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7E4A is #4281B5. Grayscale: #8B8B8B. Windows color (decimal): -4358582 or 4882109. OLE color: 4882109.
HSL color Cylindrical-coordinate representation of color #BD7E4A: hue angle of 27.13º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD7E4A is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 126 | 74 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.26 |
| HSL | 27.13º | 0.47% | 0.52% | - |
| HSV(B) | 27.13º | 0.61% | 0.74% | - |
| XYZ | 29.68 | 26.23 | 9.98 | - |
| YUV | 138.91 | 91.37 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 126 | 74 | 0 | 0.33 | 0.61 | 0.26 | 27.13 | 0.47 | 0.52 |
| Hex | BD | 7E | 4A | 0 | 21 | 3D | 1A | 1B | 2F | 34 |
| Octal | 275 | 176 | 112 | 0 | 41 | 75 | 32 | 33 | 57 | 64 |
| Binary | 10111101 | 1111110 | 1001010 | 0 | 100001 | 111101 | 11010 | 11011 | 101111 | 110100 |
Color Harmonies of #BD7E4A
Complementary color
Monochromatic Colors of #BD7E4A
Black with #BD7E4A
Text Example
Text Example
White with #BD7E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7E4A; }
p { color: rgb(189,126,74); }
H1.HeaderClassName
{
color: #BD7E4A;
}
.AnyTagClassName
{
color: #BD7E4A;
}
</style>
background-color css
<style>
a { background-color: #BD7E4A; }
a { background-color: rgb(189,126,74); }
div.DivClassName
{
background-color: #BD7E4A;
}
.BgClassName
{
background-color: #BD7E4A;
}
</style>
border-color css
<style>
span { border-color: #BD7E4A; }
span { border-color: rgb(189,126,74); }
td.TdClassName
{
border-color: #BD7E4A;
}
.TagClassName
{
border-color: #BD7E4A;
}
</style>