Shades of Brandy Punch #BD8448
Tints of Brandy Punch #BD8448
RGB
CMYK
RGB Variations
Color information
#BD8448 (or 0xBD8448) is known color: Brandy Punch. HEX triplet: BD, 84 and 48. RGB value is (189,132,72). Sum of RGB (Red+Green+Blue) = 189+132+72=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 72 (28.52% from 255 or 18.32% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8448 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8448 is #427BB7. Grayscale: #8E8E8E. Windows color (decimal): -4357048 or 4752573. OLE color: 4752573.
HSL color Cylindrical-coordinate representation of color #BD8448: hue angle of 30.77º 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 #BD8448 is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 132 | 72 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.26 |
| HSL | 30.77º | 0.47% | 0.51% | - |
| HSV(B) | 30.77º | 0.62% | 0.74% | - |
| XYZ | 30.41 | 27.79 | 9.89 | - |
| YUV | 142.2 | 88.38 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 132 | 72 | 0 | 0.30 | 0.62 | 0.26 | 30.77 | 0.47 | 0.51 |
| Hex | BD | 84 | 48 | 0 | 1E | 3E | 1A | 1F | 2F | 33 |
| Octal | 275 | 204 | 110 | 0 | 36 | 76 | 32 | 37 | 57 | 63 |
| Binary | 10111101 | 10000100 | 1001000 | 0 | 11110 | 111110 | 11010 | 11111 | 101111 | 110011 |
Color Harmonies of #BD8448
Complementary color
Monochromatic Colors of #BD8448
Black with #BD8448
Text Example
Text Example
White with #BD8448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8448; }
p { color: rgb(189,132,72); }
H1.HeaderClassName
{
color: #BD8448;
}
.AnyTagClassName
{
color: #BD8448;
}
</style>
background-color css
<style>
a { background-color: #BD8448; }
a { background-color: rgb(189,132,72); }
div.DivClassName
{
background-color: #BD8448;
}
.BgClassName
{
background-color: #BD8448;
}
</style>
border-color css
<style>
span { border-color: #BD8448; }
span { border-color: rgb(189,132,72); }
td.TdClassName
{
border-color: #BD8448;
}
.TagClassName
{
border-color: #BD8448;
}
</style>