Shades of Brandy Punch #BD823E
Tints of Brandy Punch #BD823E
RGB
CMYK
RGB Variations
Color information
#BD823E (or 0xBD823E) is known color: Brandy Punch. HEX triplet: BD, 82 and 3E. RGB value is (189,130,62). Sum of RGB (Red+Green+Blue) = 189+130+62=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 62 (24.61% from 255 or 16.27% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BD823E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD823E is #427DC1. Grayscale: #8C8C8C. Windows color (decimal): -4357570 or 4096701. OLE color: 4096701.
HSL color Cylindrical-coordinate representation of color #BD823E: hue angle of 32.13º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD823E is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 130 | 62 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.26 |
| HSL | 32.13º | 0.51% | 0.49% | - |
| HSV(B) | 32.13º | 0.67% | 0.74% | - |
| XYZ | 29.84 | 27.13 | 8.22 | - |
| YUV | 139.89 | 84.05 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 130 | 62 | 0 | 0.31 | 0.67 | 0.26 | 32.13 | 0.51 | 0.49 |
| Hex | BD | 82 | 3E | 0 | 1F | 43 | 1A | 20 | 33 | 31 |
| Octal | 275 | 202 | 76 | 0 | 37 | 103 | 32 | 40 | 63 | 61 |
| Binary | 10111101 | 10000010 | 111110 | 0 | 11111 | 1000011 | 11010 | 100000 | 110011 | 110001 |
Color Harmonies of #BD823E
Complementary color
Monochromatic Colors of #BD823E
Black with #BD823E
Text Example
Text Example
White with #BD823E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD823E; }
p { color: rgb(189,130,62); }
H1.HeaderClassName
{
color: #BD823E;
}
.AnyTagClassName
{
color: #BD823E;
}
</style>
background-color css
<style>
a { background-color: #BD823E; }
a { background-color: rgb(189,130,62); }
div.DivClassName
{
background-color: #BD823E;
}
.BgClassName
{
background-color: #BD823E;
}
</style>
border-color css
<style>
span { border-color: #BD823E; }
span { border-color: rgb(189,130,62); }
td.TdClassName
{
border-color: #BD823E;
}
.TagClassName
{
border-color: #BD823E;
}
</style>