Shades of Brandy Punch #BD7B51
Tints of Brandy Punch #BD7B51
RGB
CMYK
RGB Variations
Color information
#BD7B51 (or 0xBD7B51) is known color: Brandy Punch. HEX triplet: BD, 7B and 51. RGB value is (189,123,81). Sum of RGB (Red+Green+Blue) = 189+123+81=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 81 (32.03% from 255 or 20.61% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7B51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7B51 is #4284AE. Grayscale: #8A8A8A. Windows color (decimal): -4359343 or 5340093. OLE color: 5340093.
HSL color Cylindrical-coordinate representation of color #BD7B51: hue angle of 23.33º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD7B51 is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 123 | 81 | - |
| CMYK | 0 | 0.35 | 0.57 | 0.26 |
| HSL | 23.33º | 0.45% | 0.53% | - |
| HSV(B) | 23.33º | 0.57% | 0.74% | - |
| XYZ | 29.55 | 25.58 | 11.16 | - |
| YUV | 137.95 | 95.87 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 123 | 81 | 0 | 0.35 | 0.57 | 0.26 | 23.33 | 0.45 | 0.53 |
| Hex | BD | 7B | 51 | 0 | 23 | 39 | 1A | 17 | 2D | 35 |
| Octal | 275 | 173 | 121 | 0 | 43 | 71 | 32 | 27 | 55 | 65 |
| Binary | 10111101 | 1111011 | 1010001 | 0 | 100011 | 111001 | 11010 | 10111 | 101101 | 110101 |
Color Harmonies of #BD7B51
Complementary color
Monochromatic Colors of #BD7B51
Black with #BD7B51
Text Example
Text Example
White with #BD7B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7B51; }
p { color: rgb(189,123,81); }
H1.HeaderClassName
{
color: #BD7B51;
}
.AnyTagClassName
{
color: #BD7B51;
}
</style>
background-color css
<style>
a { background-color: #BD7B51; }
a { background-color: rgb(189,123,81); }
div.DivClassName
{
background-color: #BD7B51;
}
.BgClassName
{
background-color: #BD7B51;
}
</style>
border-color css
<style>
span { border-color: #BD7B51; }
span { border-color: rgb(189,123,81); }
td.TdClassName
{
border-color: #BD7B51;
}
.TagClassName
{
border-color: #BD7B51;
}
</style>