Shades of Brandy Punch #BD8248
Tints of Brandy Punch #BD8248
RGB
CMYK
RGB Variations
Color information
#BD8248 (or 0xBD8248) is known color: Brandy Punch. HEX triplet: BD, 82 and 48. RGB value is (189,130,72). Sum of RGB (Red+Green+Blue) = 189+130+72=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 72 (28.52% from 255 or 18.41% from 391); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8248 is #427DB7. Grayscale: #8D8D8D. Windows color (decimal): -4357560 or 4752061. OLE color: 4752061.
HSL color Cylindrical-coordinate representation of color #BD8248: hue angle of 29.74º 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 #BD8248 is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 130 | 72 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.26 |
| HSL | 29.74º | 0.47% | 0.51% | - |
| HSV(B) | 29.74º | 0.62% | 0.74% | - |
| XYZ | 30.14 | 27.25 | 9.8 | - |
| YUV | 141.03 | 89.05 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 130 | 72 | 0 | 0.31 | 0.62 | 0.26 | 29.74 | 0.47 | 0.51 |
| Hex | BD | 82 | 48 | 0 | 1F | 3E | 1A | 1E | 2F | 33 |
| Octal | 275 | 202 | 110 | 0 | 37 | 76 | 32 | 36 | 57 | 63 |
| Binary | 10111101 | 10000010 | 1001000 | 0 | 11111 | 111110 | 11010 | 11110 | 101111 | 110011 |
Color Harmonies of #BD8248
Complementary color
Monochromatic Colors of #BD8248
Black with #BD8248
Text Example
Text Example
White with #BD8248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8248; }
p { color: rgb(189,130,72); }
H1.HeaderClassName
{
color: #BD8248;
}
.AnyTagClassName
{
color: #BD8248;
}
</style>
background-color css
<style>
a { background-color: #BD8248; }
a { background-color: rgb(189,130,72); }
div.DivClassName
{
background-color: #BD8248;
}
.BgClassName
{
background-color: #BD8248;
}
</style>
border-color css
<style>
span { border-color: #BD8248; }
span { border-color: rgb(189,130,72); }
td.TdClassName
{
border-color: #BD8248;
}
.TagClassName
{
border-color: #BD8248;
}
</style>