Shades of Brandy Punch #BD7D4F
Tints of Brandy Punch #BD7D4F
RGB
CMYK
RGB Variations
Color information
#BD7D4F (or 0xBD7D4F) is known color: Brandy Punch. HEX triplet: BD, 7D and 4F. RGB value is (189,125,79). Sum of RGB (Red+Green+Blue) = 189+125+79=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 79 (31.25% from 255 or 20.10% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7D4F is #4282B0. Grayscale: #8B8B8B. Windows color (decimal): -4358833 or 5209533. OLE color: 5209533.
HSL color Cylindrical-coordinate representation of color #BD7D4F: hue angle of 25.09º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD7D4F is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 125 | 79 | - |
| CMYK | 0 | 0.34 | 0.58 | 0.26 |
| HSL | 25.09º | 0.45% | 0.53% | - |
| HSV(B) | 25.09º | 0.58% | 0.74% | - |
| XYZ | 29.73 | 26.05 | 10.86 | - |
| YUV | 138.89 | 94.2 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 125 | 79 | 0 | 0.34 | 0.58 | 0.26 | 25.09 | 0.45 | 0.53 |
| Hex | BD | 7D | 4F | 0 | 22 | 3A | 1A | 19 | 2D | 35 |
| Octal | 275 | 175 | 117 | 0 | 42 | 72 | 32 | 31 | 55 | 65 |
| Binary | 10111101 | 1111101 | 1001111 | 0 | 100010 | 111010 | 11010 | 11001 | 101101 | 110101 |
Color Harmonies of #BD7D4F
Complementary color
Monochromatic Colors of #BD7D4F
Black with #BD7D4F
Text Example
Text Example
White with #BD7D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7D4F; }
p { color: rgb(189,125,79); }
H1.HeaderClassName
{
color: #BD7D4F;
}
.AnyTagClassName
{
color: #BD7D4F;
}
</style>
background-color css
<style>
a { background-color: #BD7D4F; }
a { background-color: rgb(189,125,79); }
div.DivClassName
{
background-color: #BD7D4F;
}
.BgClassName
{
background-color: #BD7D4F;
}
</style>
border-color css
<style>
span { border-color: #BD7D4F; }
span { border-color: rgb(189,125,79); }
td.TdClassName
{
border-color: #BD7D4F;
}
.TagClassName
{
border-color: #BD7D4F;
}
</style>