Shades of Brandy Punch #BD8053
Tints of Brandy Punch #BD8053
RGB
CMYK
RGB Variations
Color information
#BD8053 (or 0xBD8053) is known color: Brandy Punch. HEX triplet: BD, 80 and 53. RGB value is (189,128,83). Sum of RGB (Red+Green+Blue) = 189+128+83=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 83 (32.81% from 255 or 20.75% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8053 is #427FAC. Grayscale: #8D8D8D. Windows color (decimal): -4358061 or 5472445. OLE color: 5472445.
HSL color Cylindrical-coordinate representation of color #BD8053: hue angle of 25.47º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD8053 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 128 | 83 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.26 |
| HSL | 25.47º | 0.45% | 0.53% | - |
| HSV(B) | 25.47º | 0.56% | 0.74% | - |
| XYZ | 30.27 | 26.88 | 11.78 | - |
| YUV | 141.11 | 95.21 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 128 | 83 | 0 | 0.32 | 0.56 | 0.26 | 25.47 | 0.45 | 0.53 |
| Hex | BD | 80 | 53 | 0 | 20 | 38 | 1A | 19 | 2D | 35 |
| Octal | 275 | 200 | 123 | 0 | 40 | 70 | 32 | 31 | 55 | 65 |
| Binary | 10111101 | 10000000 | 1010011 | 0 | 100000 | 111000 | 11010 | 11001 | 101101 | 110101 |
Color Harmonies of #BD8053
Complementary color
Monochromatic Colors of #BD8053
Black with #BD8053
Text Example
Text Example
White with #BD8053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8053; }
p { color: rgb(189,128,83); }
H1.HeaderClassName
{
color: #BD8053;
}
.AnyTagClassName
{
color: #BD8053;
}
</style>
background-color css
<style>
a { background-color: #BD8053; }
a { background-color: rgb(189,128,83); }
div.DivClassName
{
background-color: #BD8053;
}
.BgClassName
{
background-color: #BD8053;
}
</style>
border-color css
<style>
span { border-color: #BD8053; }
span { border-color: rgb(189,128,83); }
td.TdClassName
{
border-color: #BD8053;
}
.TagClassName
{
border-color: #BD8053;
}
</style>