Shades of Brandy Punch #BD7942
Tints of Brandy Punch #BD7942
RGB
CMYK
RGB Variations
Color information
#BD7942 (or 0xBD7942) is known color: Brandy Punch. HEX triplet: BD, 79 and 42. RGB value is (189,121,66). Sum of RGB (Red+Green+Blue) = 189+121+66=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 66 (26.17% from 255 or 17.55% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7942 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7942 is #4286BD. Grayscale: #878787. Windows color (decimal): -4359870 or 4356541. OLE color: 4356541.
HSL color Cylindrical-coordinate representation of color #BD7942: hue angle of 26.83º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD7942 is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 121 | 66 | - |
| CMYK | 0 | 0.36 | 0.65 | 0.26 |
| HSL | 26.83º | 0.48% | 0.5% | - |
| HSV(B) | 26.83º | 0.65% | 0.74% | - |
| XYZ | 28.81 | 24.89 | 8.44 | - |
| YUV | 135.06 | 89.03 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 121 | 66 | 0 | 0.36 | 0.65 | 0.26 | 26.83 | 0.48 | 0.5 |
| Hex | BD | 79 | 42 | 0 | 24 | 41 | 1A | 1B | 30 | 32 |
| Octal | 275 | 171 | 102 | 0 | 44 | 101 | 32 | 33 | 60 | 62 |
| Binary | 10111101 | 1111001 | 1000010 | 0 | 100100 | 1000001 | 11010 | 11011 | 110000 | 110010 |
Color Harmonies of #BD7942
Complementary color
Monochromatic Colors of #BD7942
Black with #BD7942
Text Example
Text Example
White with #BD7942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7942; }
p { color: rgb(189,121,66); }
H1.HeaderClassName
{
color: #BD7942;
}
.AnyTagClassName
{
color: #BD7942;
}
</style>
background-color css
<style>
a { background-color: #BD7942; }
a { background-color: rgb(189,121,66); }
div.DivClassName
{
background-color: #BD7942;
}
.BgClassName
{
background-color: #BD7942;
}
</style>
border-color css
<style>
span { border-color: #BD7942; }
span { border-color: rgb(189,121,66); }
td.TdClassName
{
border-color: #BD7942;
}
.TagClassName
{
border-color: #BD7942;
}
</style>