Shades of Brandy Punch #BD7F41
Tints of Brandy Punch #BD7F41
RGB
CMYK
RGB Variations
Color information
#BD7F41 (or 0xBD7F41) is known color: Brandy Punch. HEX triplet: BD, 7F and 41. RGB value is (189,127,65). Sum of RGB (Red+Green+Blue) = 189+127+65=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 65 (25.78% from 255 or 17.06% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7F41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7F41 is #4280BE. Grayscale: #8A8A8A. Windows color (decimal): -4358335 or 4292541. OLE color: 4292541.
HSL color Cylindrical-coordinate representation of color #BD7F41: hue angle of 30º 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 #BD7F41 is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 127 | 65 | - |
| CMYK | 0 | 0.33 | 0.66 | 0.26 |
| HSL | 30º | 0.49% | 0.5% | - |
| HSV(B) | 30º | 0.66% | 0.74% | - |
| XYZ | 29.53 | 26.38 | 8.54 | - |
| YUV | 138.47 | 86.54 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 127 | 65 | 0 | 0.33 | 0.66 | 0.26 | 30 | 0.49 | 0.5 |
| Hex | BD | 7F | 41 | 0 | 21 | 42 | 1A | 1E | 31 | 32 |
| Octal | 275 | 177 | 101 | 0 | 41 | 102 | 32 | 36 | 61 | 62 |
| Binary | 10111101 | 1111111 | 1000001 | 0 | 100001 | 1000010 | 11010 | 11110 | 110001 | 110010 |
Color Harmonies of #BD7F41
Complementary color
Monochromatic Colors of #BD7F41
Black with #BD7F41
Text Example
Text Example
White with #BD7F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7F41; }
p { color: rgb(189,127,65); }
H1.HeaderClassName
{
color: #BD7F41;
}
.AnyTagClassName
{
color: #BD7F41;
}
</style>
background-color css
<style>
a { background-color: #BD7F41; }
a { background-color: rgb(189,127,65); }
div.DivClassName
{
background-color: #BD7F41;
}
.BgClassName
{
background-color: #BD7F41;
}
</style>
border-color css
<style>
span { border-color: #BD7F41; }
span { border-color: rgb(189,127,65); }
td.TdClassName
{
border-color: #BD7F41;
}
.TagClassName
{
border-color: #BD7F41;
}
</style>