Shades of Brandy Punch #BD7549
Tints of Brandy Punch #BD7549
RGB
CMYK
RGB Variations
Color information
#BD7549 (or 0xBD7549) is known color: Brandy Punch. HEX triplet: BD, 75 and 49. RGB value is (189,117,73). Sum of RGB (Red+Green+Blue) = 189+117+73=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7549 is #428AB6. Grayscale: #858585. Windows color (decimal): -4360887 or 4814269. OLE color: 4814269.
HSL color Cylindrical-coordinate representation of color #BD7549: hue angle of 22.76º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD7549 is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 117 | 73 | - |
| CMYK | 0 | 0.38 | 0.61 | 0.26 |
| HSL | 22.76º | 0.47% | 0.51% | - |
| HSV(B) | 22.76º | 0.61% | 0.74% | - |
| XYZ | 28.55 | 24.02 | 9.44 | - |
| YUV | 133.51 | 93.85 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 117 | 73 | 0 | 0.38 | 0.61 | 0.26 | 22.76 | 0.47 | 0.51 |
| Hex | BD | 75 | 49 | 0 | 26 | 3D | 1A | 17 | 2F | 33 |
| Octal | 275 | 165 | 111 | 0 | 46 | 75 | 32 | 27 | 57 | 63 |
| Binary | 10111101 | 1110101 | 1001001 | 0 | 100110 | 111101 | 11010 | 10111 | 101111 | 110011 |
Color Harmonies of #BD7549
Complementary color
Monochromatic Colors of #BD7549
Black with #BD7549
Text Example
Text Example
White with #BD7549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7549; }
p { color: rgb(189,117,73); }
H1.HeaderClassName
{
color: #BD7549;
}
.AnyTagClassName
{
color: #BD7549;
}
</style>
background-color css
<style>
a { background-color: #BD7549; }
a { background-color: rgb(189,117,73); }
div.DivClassName
{
background-color: #BD7549;
}
.BgClassName
{
background-color: #BD7549;
}
</style>
border-color css
<style>
span { border-color: #BD7549; }
span { border-color: rgb(189,117,73); }
td.TdClassName
{
border-color: #BD7549;
}
.TagClassName
{
border-color: #BD7549;
}
</style>