Shades of Brandy Punch #BD7642
Tints of Brandy Punch #BD7642
RGB
CMYK
RGB Variations
Color information
#BD7642 (or 0xBD7642) is known color: Brandy Punch. HEX triplet: BD, 76 and 42. RGB value is (189,118,66). Sum of RGB (Red+Green+Blue) = 189+118+66=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 66 (26.17% from 255 or 17.69% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7642 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7642 is #4289BD. Grayscale: #858585. Windows color (decimal): -4360638 or 4355773. OLE color: 4355773.
HSL color Cylindrical-coordinate representation of color #BD7642: hue angle of 25.37º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD7642 is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 118 | 66 | - |
| CMYK | 0 | 0.38 | 0.65 | 0.26 |
| HSL | 25.37º | 0.48% | 0.5% | - |
| HSV(B) | 25.37º | 0.65% | 0.74% | - |
| XYZ | 28.45 | 24.17 | 8.32 | - |
| YUV | 133.3 | 90.02 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 118 | 66 | 0 | 0.38 | 0.65 | 0.26 | 25.37 | 0.48 | 0.5 |
| Hex | BD | 76 | 42 | 0 | 26 | 41 | 1A | 19 | 30 | 32 |
| Octal | 275 | 166 | 102 | 0 | 46 | 101 | 32 | 31 | 60 | 62 |
| Binary | 10111101 | 1110110 | 1000010 | 0 | 100110 | 1000001 | 11010 | 11001 | 110000 | 110010 |
Color Harmonies of #BD7642
Complementary color
Monochromatic Colors of #BD7642
Black with #BD7642
Text Example
Text Example
White with #BD7642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7642; }
p { color: rgb(189,118,66); }
H1.HeaderClassName
{
color: #BD7642;
}
.AnyTagClassName
{
color: #BD7642;
}
</style>
background-color css
<style>
a { background-color: #BD7642; }
a { background-color: rgb(189,118,66); }
div.DivClassName
{
background-color: #BD7642;
}
.BgClassName
{
background-color: #BD7642;
}
</style>
border-color css
<style>
span { border-color: #BD7642; }
span { border-color: rgb(189,118,66); }
td.TdClassName
{
border-color: #BD7642;
}
.TagClassName
{
border-color: #BD7642;
}
</style>