Shades of Brandy Punch #BD7345
Tints of Brandy Punch #BD7345
RGB
CMYK
RGB Variations
Color information
#BD7345 (or 0xBD7345) is known color: Brandy Punch. HEX triplet: BD, 73 and 45. RGB value is (189,115,69). Sum of RGB (Red+Green+Blue) = 189+115+69=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7345 is #428CBA. Grayscale: #848484. Windows color (decimal): -4361403 or 4551613. OLE color: 4551613.
HSL color Cylindrical-coordinate representation of color #BD7345: hue angle of 23º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD7345 is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 115 | 69 | - |
| CMYK | 0 | 0.39 | 0.63 | 0.26 |
| HSL | 23º | 0.48% | 0.51% | - |
| HSV(B) | 23º | 0.63% | 0.74% | - |
| XYZ | 28.19 | 23.51 | 8.68 | - |
| YUV | 131.88 | 92.52 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 115 | 69 | 0 | 0.39 | 0.63 | 0.26 | 23 | 0.48 | 0.51 |
| Hex | BD | 73 | 45 | 0 | 27 | 3F | 1A | 17 | 30 | 33 |
| Octal | 275 | 163 | 105 | 0 | 47 | 77 | 32 | 27 | 60 | 63 |
| Binary | 10111101 | 1110011 | 1000101 | 0 | 100111 | 111111 | 11010 | 10111 | 110000 | 110011 |
Color Harmonies of #BD7345
Complementary color
Monochromatic Colors of #BD7345
Black with #BD7345
Text Example
Text Example
White with #BD7345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7345; }
p { color: rgb(189,115,69); }
H1.HeaderClassName
{
color: #BD7345;
}
.AnyTagClassName
{
color: #BD7345;
}
</style>
background-color css
<style>
a { background-color: #BD7345; }
a { background-color: rgb(189,115,69); }
div.DivClassName
{
background-color: #BD7345;
}
.BgClassName
{
background-color: #BD7345;
}
</style>
border-color css
<style>
span { border-color: #BD7345; }
span { border-color: rgb(189,115,69); }
td.TdClassName
{
border-color: #BD7345;
}
.TagClassName
{
border-color: #BD7345;
}
</style>