Shades of Brandy Punch #BD793C
Tints of Brandy Punch #BD793C
RGB
CMYK
RGB Variations
Color information
#BD793C (or 0xBD793C) is known color: Brandy Punch. HEX triplet: BD, 79 and 3C. RGB value is (189,121,60). Sum of RGB (Red+Green+Blue) = 189+121+60=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 121 (47.66% from 255 or 32.70% from 370); Blue value is 60 (23.83% from 255 or 16.22% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BD793C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD793C is #4286C3. Grayscale: #868686. Windows color (decimal): -4359876 or 3963325. OLE color: 3963325.
HSL color Cylindrical-coordinate representation of color #BD793C: hue angle of 28.37º 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 #BD793C is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 121 | 60 | - |
| CMYK | 0 | 0.36 | 0.68 | 0.26 |
| HSL | 28.37º | 0.52% | 0.49% | - |
| HSV(B) | 28.37º | 0.68% | 0.74% | - |
| XYZ | 28.64 | 24.82 | 7.56 | - |
| YUV | 134.38 | 86.03 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 121 | 60 | 0 | 0.36 | 0.68 | 0.26 | 28.37 | 0.52 | 0.49 |
| Hex | BD | 79 | 3C | 0 | 24 | 44 | 1A | 1C | 34 | 31 |
| Octal | 275 | 171 | 74 | 0 | 44 | 104 | 32 | 34 | 64 | 61 |
| Binary | 10111101 | 1111001 | 111100 | 0 | 100100 | 1000100 | 11010 | 11100 | 110100 | 110001 |
Color Harmonies of #BD793C
Complementary color
Monochromatic Colors of #BD793C
Black with #BD793C
Text Example
Text Example
White with #BD793C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD793C; }
p { color: rgb(189,121,60); }
H1.HeaderClassName
{
color: #BD793C;
}
.AnyTagClassName
{
color: #BD793C;
}
</style>
background-color css
<style>
a { background-color: #BD793C; }
a { background-color: rgb(189,121,60); }
div.DivClassName
{
background-color: #BD793C;
}
.BgClassName
{
background-color: #BD793C;
}
</style>
border-color css
<style>
span { border-color: #BD793C; }
span { border-color: rgb(189,121,60); }
td.TdClassName
{
border-color: #BD793C;
}
.TagClassName
{
border-color: #BD793C;
}
</style>