Shades of Brandy Punch #BD8250
Tints of Brandy Punch #BD8250
RGB
CMYK
RGB Variations
Color information
#BD8250 (or 0xBD8250) is known color: Brandy Punch. HEX triplet: BD, 82 and 50. RGB value is (189,130,80). Sum of RGB (Red+Green+Blue) = 189+130+80=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8250 is #427DAF. Grayscale: #8E8E8E. Windows color (decimal): -4357552 or 5276349. OLE color: 5276349.
HSL color Cylindrical-coordinate representation of color #BD8250: hue angle of 27.52º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD8250 is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 130 | 80 | - |
| CMYK | 0 | 0.31 | 0.58 | 0.26 |
| HSL | 27.52º | 0.45% | 0.53% | - |
| HSV(B) | 27.52º | 0.58% | 0.74% | - |
| XYZ | 30.42 | 27.36 | 11.27 | - |
| YUV | 141.94 | 93.05 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 130 | 80 | 0 | 0.31 | 0.58 | 0.26 | 27.52 | 0.45 | 0.53 |
| Hex | BD | 82 | 50 | 0 | 1F | 3A | 1A | 1C | 2D | 35 |
| Octal | 275 | 202 | 120 | 0 | 37 | 72 | 32 | 34 | 55 | 65 |
| Binary | 10111101 | 10000010 | 1010000 | 0 | 11111 | 111010 | 11010 | 11100 | 101101 | 110101 |
Color Harmonies of #BD8250
Complementary color
Monochromatic Colors of #BD8250
Black with #BD8250
Text Example
Text Example
White with #BD8250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8250; }
p { color: rgb(189,130,80); }
H1.HeaderClassName
{
color: #BD8250;
}
.AnyTagClassName
{
color: #BD8250;
}
</style>
background-color css
<style>
a { background-color: #BD8250; }
a { background-color: rgb(189,130,80); }
div.DivClassName
{
background-color: #BD8250;
}
.BgClassName
{
background-color: #BD8250;
}
</style>
border-color css
<style>
span { border-color: #BD8250; }
span { border-color: rgb(189,130,80); }
td.TdClassName
{
border-color: #BD8250;
}
.TagClassName
{
border-color: #BD8250;
}
</style>