Shades of Brandy Punch #BD7348
Tints of Brandy Punch #BD7348
RGB
CMYK
RGB Variations
Color information
#BD7348 (or 0xBD7348) is known color: Brandy Punch. HEX triplet: BD, 73 and 48. RGB value is (189,115,72). Sum of RGB (Red+Green+Blue) = 189+115+72=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7348 is #428CB7. Grayscale: #848484. Windows color (decimal): -4361400 or 4748221. OLE color: 4748221.
HSL color Cylindrical-coordinate representation of color #BD7348: hue angle of 22.05º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD7348 is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 115 | 72 | - |
| CMYK | 0 | 0.39 | 0.62 | 0.26 |
| HSL | 22.05º | 0.47% | 0.51% | - |
| HSV(B) | 22.05º | 0.62% | 0.74% | - |
| XYZ | 28.29 | 23.55 | 9.19 | - |
| YUV | 132.22 | 94.02 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 115 | 72 | 0 | 0.39 | 0.62 | 0.26 | 22.05 | 0.47 | 0.51 |
| Hex | BD | 73 | 48 | 0 | 27 | 3E | 1A | 16 | 2F | 33 |
| Octal | 275 | 163 | 110 | 0 | 47 | 76 | 32 | 26 | 57 | 63 |
| Binary | 10111101 | 1110011 | 1001000 | 0 | 100111 | 111110 | 11010 | 10110 | 101111 | 110011 |
Color Harmonies of #BD7348
Complementary color
Monochromatic Colors of #BD7348
Black with #BD7348
Text Example
Text Example
White with #BD7348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7348; }
p { color: rgb(189,115,72); }
H1.HeaderClassName
{
color: #BD7348;
}
.AnyTagClassName
{
color: #BD7348;
}
</style>
background-color css
<style>
a { background-color: #BD7348; }
a { background-color: rgb(189,115,72); }
div.DivClassName
{
background-color: #BD7348;
}
.BgClassName
{
background-color: #BD7348;
}
</style>
border-color css
<style>
span { border-color: #BD7348; }
span { border-color: rgb(189,115,72); }
td.TdClassName
{
border-color: #BD7348;
}
.TagClassName
{
border-color: #BD7348;
}
</style>