Shades of Brandy Punch #BD7644
Tints of Brandy Punch #BD7644
RGB
CMYK
RGB Variations
Color information
#BD7644 (or 0xBD7644) is known color: Brandy Punch. HEX triplet: BD, 76 and 44. RGB value is (189,118,68). Sum of RGB (Red+Green+Blue) = 189+118+68=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 68 (26.95% from 255 or 18.13% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7644 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7644 is #4289BB. Grayscale: #858585. Windows color (decimal): -4360636 or 4486845. OLE color: 4486845.
HSL color Cylindrical-coordinate representation of color #BD7644: hue angle of 24.79º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BD7644 is Cyan = 0, Magento = 0.38, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 118 | 68 | - |
| CMYK | 0 | 0.38 | 0.64 | 0.26 |
| HSL | 24.79º | 0.48% | 0.5% | - |
| HSV(B) | 24.79º | 0.64% | 0.74% | - |
| XYZ | 28.51 | 24.19 | 8.64 | - |
| YUV | 133.53 | 91.02 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 118 | 68 | 0 | 0.38 | 0.64 | 0.26 | 24.79 | 0.48 | 0.5 |
| Hex | BD | 76 | 44 | 0 | 26 | 40 | 1A | 19 | 30 | 32 |
| Octal | 275 | 166 | 104 | 0 | 46 | 100 | 32 | 31 | 60 | 62 |
| Binary | 10111101 | 1110110 | 1000100 | 0 | 100110 | 1000000 | 11010 | 11001 | 110000 | 110010 |
Color Harmonies of #BD7644
Complementary color
Monochromatic Colors of #BD7644
Black with #BD7644
Text Example
Text Example
White with #BD7644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7644; }
p { color: rgb(189,118,68); }
H1.HeaderClassName
{
color: #BD7644;
}
.AnyTagClassName
{
color: #BD7644;
}
</style>
background-color css
<style>
a { background-color: #BD7644; }
a { background-color: rgb(189,118,68); }
div.DivClassName
{
background-color: #BD7644;
}
.BgClassName
{
background-color: #BD7644;
}
</style>
border-color css
<style>
span { border-color: #BD7644; }
span { border-color: rgb(189,118,68); }
td.TdClassName
{
border-color: #BD7644;
}
.TagClassName
{
border-color: #BD7644;
}
</style>