Shades of Brandy Punch #BD773C
Tints of Brandy Punch #BD773C
RGB
CMYK
RGB Variations
Color information
#BD773C (or 0xBD773C) is known color: Brandy Punch. HEX triplet: BD, 77 and 3C. RGB value is (189,119,60). Sum of RGB (Red+Green+Blue) = 189+119+60=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 60 (23.83% from 255 or 16.30% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD773C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD773C is #4288C3. Grayscale: #858585. Windows color (decimal): -4360388 or 3962813. OLE color: 3962813.
HSL color Cylindrical-coordinate representation of color #BD773C: hue angle of 27.44º 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 #BD773C is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 119 | 60 | - |
| CMYK | 0 | 0.37 | 0.68 | 0.26 |
| HSL | 27.44º | 0.52% | 0.49% | - |
| HSV(B) | 27.44º | 0.68% | 0.74% | - |
| XYZ | 28.4 | 24.34 | 7.48 | - |
| YUV | 133.2 | 86.69 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 119 | 60 | 0 | 0.37 | 0.68 | 0.26 | 27.44 | 0.52 | 0.49 |
| Hex | BD | 77 | 3C | 0 | 25 | 44 | 1A | 1B | 34 | 31 |
| Octal | 275 | 167 | 74 | 0 | 45 | 104 | 32 | 33 | 64 | 61 |
| Binary | 10111101 | 1110111 | 111100 | 0 | 100101 | 1000100 | 11010 | 11011 | 110100 | 110001 |
Color Harmonies of #BD773C
Complementary color
Monochromatic Colors of #BD773C
Black with #BD773C
Text Example
Text Example
White with #BD773C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD773C; }
p { color: rgb(189,119,60); }
H1.HeaderClassName
{
color: #BD773C;
}
.AnyTagClassName
{
color: #BD773C;
}
</style>
background-color css
<style>
a { background-color: #BD773C; }
a { background-color: rgb(189,119,60); }
div.DivClassName
{
background-color: #BD773C;
}
.BgClassName
{
background-color: #BD773C;
}
</style>
border-color css
<style>
span { border-color: #BD773C; }
span { border-color: rgb(189,119,60); }
td.TdClassName
{
border-color: #BD773C;
}
.TagClassName
{
border-color: #BD773C;
}
</style>