Shades of Brandy Punch #BD823A
Tints of Brandy Punch #BD823A
RGB
CMYK
RGB Variations
Color information
#BD823A (or 0xBD823A) is known color: Brandy Punch. HEX triplet: BD, 82 and 3A. RGB value is (189,130,58). Sum of RGB (Red+Green+Blue) = 189+130+58=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 58 (23.05% from 255 or 15.38% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BD823A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD823A is #427DC5. Grayscale: #8B8B8B. Windows color (decimal): -4357574 or 3834557. OLE color: 3834557.
HSL color Cylindrical-coordinate representation of color #BD823A: hue angle of 32.98º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD823A is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 130 | 58 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.26 |
| HSL | 32.98º | 0.53% | 0.48% | - |
| HSV(B) | 32.98º | 0.69% | 0.74% | - |
| XYZ | 29.73 | 27.09 | 7.66 | - |
| YUV | 139.43 | 82.05 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 130 | 58 | 0 | 0.31 | 0.69 | 0.26 | 32.98 | 0.53 | 0.48 |
| Hex | BD | 82 | 3A | 0 | 1F | 45 | 1A | 21 | 35 | 30 |
| Octal | 275 | 202 | 72 | 0 | 37 | 105 | 32 | 41 | 65 | 60 |
| Binary | 10111101 | 10000010 | 111010 | 0 | 11111 | 1000101 | 11010 | 100001 | 110101 | 110000 |
Color Harmonies of #BD823A
Complementary color
Monochromatic Colors of #BD823A
Black with #BD823A
Text Example
Text Example
White with #BD823A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD823A; }
p { color: rgb(189,130,58); }
H1.HeaderClassName
{
color: #BD823A;
}
.AnyTagClassName
{
color: #BD823A;
}
</style>
background-color css
<style>
a { background-color: #BD823A; }
a { background-color: rgb(189,130,58); }
div.DivClassName
{
background-color: #BD823A;
}
.BgClassName
{
background-color: #BD823A;
}
</style>
border-color css
<style>
span { border-color: #BD823A; }
span { border-color: rgb(189,130,58); }
td.TdClassName
{
border-color: #BD823A;
}
.TagClassName
{
border-color: #BD823A;
}
</style>