Shades of Brandy Punch #BD773D
Tints of Brandy Punch #BD773D
RGB
CMYK
RGB Variations
Color information
#BD773D (or 0xBD773D) is known color: Brandy Punch. HEX triplet: BD, 77 and 3D. RGB value is (189,119,61). Sum of RGB (Red+Green+Blue) = 189+119+61=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 61 (24.22% from 255 or 16.53% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD773D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD773D is #4288C2. Grayscale: #858585. Windows color (decimal): -4360387 or 4028349. OLE color: 4028349.
HSL color Cylindrical-coordinate representation of color #BD773D: hue angle of 27.19º degrees, saturation: 0.51, 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 #BD773D is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 119 | 61 | - |
| CMYK | 0 | 0.37 | 0.68 | 0.26 |
| HSL | 27.19º | 0.51% | 0.49% | - |
| HSV(B) | 27.19º | 0.68% | 0.74% | - |
| XYZ | 28.43 | 24.35 | 7.62 | - |
| YUV | 133.32 | 87.19 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 119 | 61 | 0 | 0.37 | 0.68 | 0.26 | 27.19 | 0.51 | 0.49 |
| Hex | BD | 77 | 3D | 0 | 25 | 44 | 1A | 1B | 33 | 31 |
| Octal | 275 | 167 | 75 | 0 | 45 | 104 | 32 | 33 | 63 | 61 |
| Binary | 10111101 | 1110111 | 111101 | 0 | 100101 | 1000100 | 11010 | 11011 | 110011 | 110001 |
Color Harmonies of #BD773D
Complementary color
Monochromatic Colors of #BD773D
Black with #BD773D
Text Example
Text Example
White with #BD773D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD773D; }
p { color: rgb(189,119,61); }
H1.HeaderClassName
{
color: #BD773D;
}
.AnyTagClassName
{
color: #BD773D;
}
</style>
background-color css
<style>
a { background-color: #BD773D; }
a { background-color: rgb(189,119,61); }
div.DivClassName
{
background-color: #BD773D;
}
.BgClassName
{
background-color: #BD773D;
}
</style>
border-color css
<style>
span { border-color: #BD773D; }
span { border-color: rgb(189,119,61); }
td.TdClassName
{
border-color: #BD773D;
}
.TagClassName
{
border-color: #BD773D;
}
</style>