Shades of Brandy Punch #BD7841
Tints of Brandy Punch #BD7841
RGB
CMYK
RGB Variations
Color information
#BD7841 (or 0xBD7841) is known color: Brandy Punch. HEX triplet: BD, 78 and 41. RGB value is (189,120,65). Sum of RGB (Red+Green+Blue) = 189+120+65=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 65 (25.78% from 255 or 17.38% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7841 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7841 is #4287BE. Grayscale: #868686. Windows color (decimal): -4360127 or 4290749. OLE color: 4290749.
HSL color Cylindrical-coordinate representation of color #BD7841: hue angle of 26.61º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD7841 is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 120 | 65 | - |
| CMYK | 0 | 0.37 | 0.66 | 0.26 |
| HSL | 26.61º | 0.49% | 0.5% | - |
| HSV(B) | 26.61º | 0.66% | 0.74% | - |
| XYZ | 28.66 | 24.63 | 8.25 | - |
| YUV | 134.36 | 88.86 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 120 | 65 | 0 | 0.37 | 0.66 | 0.26 | 26.61 | 0.49 | 0.5 |
| Hex | BD | 78 | 41 | 0 | 25 | 42 | 1A | 1B | 31 | 32 |
| Octal | 275 | 170 | 101 | 0 | 45 | 102 | 32 | 33 | 61 | 62 |
| Binary | 10111101 | 1111000 | 1000001 | 0 | 100101 | 1000010 | 11010 | 11011 | 110001 | 110010 |
Color Harmonies of #BD7841
Complementary color
Monochromatic Colors of #BD7841
Black with #BD7841
Text Example
Text Example
White with #BD7841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7841; }
p { color: rgb(189,120,65); }
H1.HeaderClassName
{
color: #BD7841;
}
.AnyTagClassName
{
color: #BD7841;
}
</style>
background-color css
<style>
a { background-color: #BD7841; }
a { background-color: rgb(189,120,65); }
div.DivClassName
{
background-color: #BD7841;
}
.BgClassName
{
background-color: #BD7841;
}
</style>
border-color css
<style>
span { border-color: #BD7841; }
span { border-color: rgb(189,120,65); }
td.TdClassName
{
border-color: #BD7841;
}
.TagClassName
{
border-color: #BD7841;
}
</style>