Shades of Brandy Punch #BD7E3C
Tints of Brandy Punch #BD7E3C
RGB
CMYK
RGB Variations
Color information
#BD7E3C (or 0xBD7E3C) is known color: Brandy Punch. HEX triplet: BD, 7E and 3C. RGB value is (189,126,60). Sum of RGB (Red+Green+Blue) = 189+126+60=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 60 (23.83% from 255 or 16% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7E3C is #4281C3. Grayscale: #898989. Windows color (decimal): -4358596 or 3964605. OLE color: 3964605.
HSL color Cylindrical-coordinate representation of color #BD7E3C: hue angle of 30.7º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD7E3C is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 126 | 60 | - |
| CMYK | 0 | 0.33 | 0.68 | 0.26 |
| HSL | 30.7º | 0.52% | 0.49% | - |
| HSV(B) | 30.7º | 0.68% | 0.74% | - |
| XYZ | 29.26 | 26.07 | 7.76 | - |
| YUV | 137.31 | 84.37 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 126 | 60 | 0 | 0.33 | 0.68 | 0.26 | 30.7 | 0.52 | 0.49 |
| Hex | BD | 7E | 3C | 0 | 21 | 44 | 1A | 1F | 34 | 31 |
| Octal | 275 | 176 | 74 | 0 | 41 | 104 | 32 | 37 | 64 | 61 |
| Binary | 10111101 | 1111110 | 111100 | 0 | 100001 | 1000100 | 11010 | 11111 | 110100 | 110001 |
Color Harmonies of #BD7E3C
Complementary color
Monochromatic Colors of #BD7E3C
Black with #BD7E3C
Text Example
Text Example
White with #BD7E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7E3C; }
p { color: rgb(189,126,60); }
H1.HeaderClassName
{
color: #BD7E3C;
}
.AnyTagClassName
{
color: #BD7E3C;
}
</style>
background-color css
<style>
a { background-color: #BD7E3C; }
a { background-color: rgb(189,126,60); }
div.DivClassName
{
background-color: #BD7E3C;
}
.BgClassName
{
background-color: #BD7E3C;
}
</style>
border-color css
<style>
span { border-color: #BD7E3C; }
span { border-color: rgb(189,126,60); }
td.TdClassName
{
border-color: #BD7E3C;
}
.TagClassName
{
border-color: #BD7E3C;
}
</style>