Shades of Brandy Punch #BD7648
Tints of Brandy Punch #BD7648
RGB
CMYK
RGB Variations
Color information
#BD7648 (or 0xBD7648) is known color: Brandy Punch. HEX triplet: BD, 76 and 48. RGB value is (189,118,72). Sum of RGB (Red+Green+Blue) = 189+118+72=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 72 (28.52% from 255 or 19.00% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7648 is #4289B7. Grayscale: #868686. Windows color (decimal): -4360632 or 4748989. OLE color: 4748989.
HSL color Cylindrical-coordinate representation of color #BD7648: hue angle of 23.59º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD7648 is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 118 | 72 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.26 |
| HSL | 23.59º | 0.47% | 0.51% | - |
| HSV(B) | 23.59º | 0.62% | 0.74% | - |
| XYZ | 28.63 | 24.24 | 9.3 | - |
| YUV | 133.99 | 93.02 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 118 | 72 | 0 | 0.38 | 0.62 | 0.26 | 23.59 | 0.47 | 0.51 |
| Hex | BD | 76 | 48 | 0 | 26 | 3E | 1A | 18 | 2F | 33 |
| Octal | 275 | 166 | 110 | 0 | 46 | 76 | 32 | 30 | 57 | 63 |
| Binary | 10111101 | 1110110 | 1001000 | 0 | 100110 | 111110 | 11010 | 11000 | 101111 | 110011 |
Color Harmonies of #BD7648
Complementary color
Monochromatic Colors of #BD7648
Black with #BD7648
Text Example
Text Example
White with #BD7648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7648; }
p { color: rgb(189,118,72); }
H1.HeaderClassName
{
color: #BD7648;
}
.AnyTagClassName
{
color: #BD7648;
}
</style>
background-color css
<style>
a { background-color: #BD7648; }
a { background-color: rgb(189,118,72); }
div.DivClassName
{
background-color: #BD7648;
}
.BgClassName
{
background-color: #BD7648;
}
</style>
border-color css
<style>
span { border-color: #BD7648; }
span { border-color: rgb(189,118,72); }
td.TdClassName
{
border-color: #BD7648;
}
.TagClassName
{
border-color: #BD7648;
}
</style>