Shades of Brandy Punch #BD7E38
Tints of Brandy Punch #BD7E38
RGB
CMYK
RGB Variations
Color information
#BD7E38 (or 0xBD7E38) is known color: Brandy Punch. HEX triplet: BD, 7E and 38. RGB value is (189,126,56). Sum of RGB (Red+Green+Blue) = 189+126+56=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 126 (49.61% from 255 or 33.96% from 371); Blue value is 56 (22.27% from 255 or 15.09% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7E38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7E38 is #4281C7. Grayscale: #898989. Windows color (decimal): -4358600 or 3702461. OLE color: 3702461.
HSL color Cylindrical-coordinate representation of color #BD7E38: hue angle of 31.58º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD7E38 is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 126 | 56 | - |
| CMYK | 0 | 0.33 | 0.70 | 0.26 |
| HSL | 31.58º | 0.54% | 0.48% | - |
| HSV(B) | 31.58º | 0.7% | 0.74% | - |
| XYZ | 29.16 | 26.03 | 7.23 | - |
| YUV | 136.86 | 82.37 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 126 | 56 | 0 | 0.33 | 0.70 | 0.26 | 31.58 | 0.54 | 0.48 |
| Hex | BD | 7E | 38 | 0 | 21 | 46 | 1A | 20 | 36 | 30 |
| Octal | 275 | 176 | 70 | 0 | 41 | 106 | 32 | 40 | 66 | 60 |
| Binary | 10111101 | 1111110 | 111000 | 0 | 100001 | 1000110 | 11010 | 100000 | 110110 | 110000 |
Color Harmonies of #BD7E38
Complementary color
Monochromatic Colors of #BD7E38
Black with #BD7E38
Text Example
Text Example
White with #BD7E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7E38; }
p { color: rgb(189,126,56); }
H1.HeaderClassName
{
color: #BD7E38;
}
.AnyTagClassName
{
color: #BD7E38;
}
</style>
background-color css
<style>
a { background-color: #BD7E38; }
a { background-color: rgb(189,126,56); }
div.DivClassName
{
background-color: #BD7E38;
}
.BgClassName
{
background-color: #BD7E38;
}
</style>
border-color css
<style>
span { border-color: #BD7E38; }
span { border-color: rgb(189,126,56); }
td.TdClassName
{
border-color: #BD7E38;
}
.TagClassName
{
border-color: #BD7E38;
}
</style>