Shades of Brandy Punch #BD8243
Tints of Brandy Punch #BD8243
RGB
CMYK
RGB Variations
Color information
#BD8243 (or 0xBD8243) is known color: Brandy Punch. HEX triplet: BD, 82 and 43. RGB value is (189,130,67). Sum of RGB (Red+Green+Blue) = 189+130+67=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 67 (26.56% from 255 or 17.36% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8243 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8243 is #427DBC. Grayscale: #8C8C8C. Windows color (decimal): -4357565 or 4424381. OLE color: 4424381.
HSL color Cylindrical-coordinate representation of color #BD8243: hue angle of 30.98º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD8243 is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 130 | 67 | - |
| CMYK | 0 | 0.31 | 0.65 | 0.26 |
| HSL | 30.98º | 0.48% | 0.5% | - |
| HSV(B) | 30.98º | 0.65% | 0.74% | - |
| XYZ | 29.98 | 27.19 | 8.98 | - |
| YUV | 140.46 | 86.55 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 130 | 67 | 0 | 0.31 | 0.65 | 0.26 | 30.98 | 0.48 | 0.5 |
| Hex | BD | 82 | 43 | 0 | 1F | 41 | 1A | 1F | 30 | 32 |
| Octal | 275 | 202 | 103 | 0 | 37 | 101 | 32 | 37 | 60 | 62 |
| Binary | 10111101 | 10000010 | 1000011 | 0 | 11111 | 1000001 | 11010 | 11111 | 110000 | 110010 |
Color Harmonies of #BD8243
Complementary color
Monochromatic Colors of #BD8243
Black with #BD8243
Text Example
Text Example
White with #BD8243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8243; }
p { color: rgb(189,130,67); }
H1.HeaderClassName
{
color: #BD8243;
}
.AnyTagClassName
{
color: #BD8243;
}
</style>
background-color css
<style>
a { background-color: #BD8243; }
a { background-color: rgb(189,130,67); }
div.DivClassName
{
background-color: #BD8243;
}
.BgClassName
{
background-color: #BD8243;
}
</style>
border-color css
<style>
span { border-color: #BD8243; }
span { border-color: rgb(189,130,67); }
td.TdClassName
{
border-color: #BD8243;
}
.TagClassName
{
border-color: #BD8243;
}
</style>