Shades of Brandy Punch #BD794B
Tints of Brandy Punch #BD794B
RGB
CMYK
RGB Variations
Color information
#BD794B (or 0xBD794B) is known color: Brandy Punch. HEX triplet: BD, 79 and 4B. RGB value is (189,121,75). Sum of RGB (Red+Green+Blue) = 189+121+75=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 75 (29.69% from 255 or 19.48% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BD794B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD794B is #4286B4. Grayscale: #888888. Windows color (decimal): -4359861 or 4946365. OLE color: 4946365.
HSL color Cylindrical-coordinate representation of color #BD794B: hue angle of 24.21º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD794B is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 121 | 75 | - |
| CMYK | 0 | 0.36 | 0.60 | 0.26 |
| HSL | 24.21º | 0.46% | 0.52% | - |
| HSV(B) | 24.21º | 0.6% | 0.74% | - |
| XYZ | 29.09 | 25 | 9.95 | - |
| YUV | 136.09 | 93.53 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 121 | 75 | 0 | 0.36 | 0.60 | 0.26 | 24.21 | 0.46 | 0.52 |
| Hex | BD | 79 | 4B | 0 | 24 | 3C | 1A | 18 | 2E | 34 |
| Octal | 275 | 171 | 113 | 0 | 44 | 74 | 32 | 30 | 56 | 64 |
| Binary | 10111101 | 1111001 | 1001011 | 0 | 100100 | 111100 | 11010 | 11000 | 101110 | 110100 |
Color Harmonies of #BD794B
Complementary color
Monochromatic Colors of #BD794B
Black with #BD794B
Text Example
Text Example
White with #BD794B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD794B; }
p { color: rgb(189,121,75); }
H1.HeaderClassName
{
color: #BD794B;
}
.AnyTagClassName
{
color: #BD794B;
}
</style>
background-color css
<style>
a { background-color: #BD794B; }
a { background-color: rgb(189,121,75); }
div.DivClassName
{
background-color: #BD794B;
}
.BgClassName
{
background-color: #BD794B;
}
</style>
border-color css
<style>
span { border-color: #BD794B; }
span { border-color: rgb(189,121,75); }
td.TdClassName
{
border-color: #BD794B;
}
.TagClassName
{
border-color: #BD794B;
}
</style>