Shades of Brandy Punch #BD7843
Tints of Brandy Punch #BD7843
RGB
CMYK
RGB Variations
Color information
#BD7843 (or 0xBD7843) is known color: Brandy Punch. HEX triplet: BD, 78 and 43. RGB value is (189,120,67). Sum of RGB (Red+Green+Blue) = 189+120+67=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 67 (26.56% from 255 or 17.82% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7843 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7843 is #4287BC. Grayscale: #868686. Windows color (decimal): -4360125 or 4421821. OLE color: 4421821.
HSL color Cylindrical-coordinate representation of color #BD7843: hue angle of 26.07º 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 #BD7843 is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 120 | 67 | - |
| CMYK | 0 | 0.37 | 0.65 | 0.26 |
| HSL | 26.07º | 0.48% | 0.5% | - |
| HSV(B) | 26.07º | 0.65% | 0.74% | - |
| XYZ | 28.72 | 24.66 | 8.56 | - |
| YUV | 134.59 | 89.86 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 120 | 67 | 0 | 0.37 | 0.65 | 0.26 | 26.07 | 0.48 | 0.5 |
| Hex | BD | 78 | 43 | 0 | 25 | 41 | 1A | 1A | 30 | 32 |
| Octal | 275 | 170 | 103 | 0 | 45 | 101 | 32 | 32 | 60 | 62 |
| Binary | 10111101 | 1111000 | 1000011 | 0 | 100101 | 1000001 | 11010 | 11010 | 110000 | 110010 |
Color Harmonies of #BD7843
Complementary color
Monochromatic Colors of #BD7843
Black with #BD7843
Text Example
Text Example
White with #BD7843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7843; }
p { color: rgb(189,120,67); }
H1.HeaderClassName
{
color: #BD7843;
}
.AnyTagClassName
{
color: #BD7843;
}
</style>
background-color css
<style>
a { background-color: #BD7843; }
a { background-color: rgb(189,120,67); }
div.DivClassName
{
background-color: #BD7843;
}
.BgClassName
{
background-color: #BD7843;
}
</style>
border-color css
<style>
span { border-color: #BD7843; }
span { border-color: rgb(189,120,67); }
td.TdClassName
{
border-color: #BD7843;
}
.TagClassName
{
border-color: #BD7843;
}
</style>