Shades of Brandy Punch #BD773F
Tints of Brandy Punch #BD773F
RGB
CMYK
RGB Variations
Color information
#BD773F (or 0xBD773F) is known color: Brandy Punch. HEX triplet: BD, 77 and 3F. RGB value is (189,119,63). Sum of RGB (Red+Green+Blue) = 189+119+63=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD773F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD773F is #4288C0. Grayscale: #858585. Windows color (decimal): -4360385 or 4159421. OLE color: 4159421.
HSL color Cylindrical-coordinate representation of color #BD773F: hue angle of 26.67º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD773F is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 119 | 63 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.26 |
| HSL | 26.67º | 0.5% | 0.49% | - |
| HSV(B) | 26.67º | 0.67% | 0.74% | - |
| XYZ | 28.48 | 24.37 | 7.91 | - |
| YUV | 133.55 | 88.19 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 119 | 63 | 0 | 0.37 | 0.67 | 0.26 | 26.67 | 0.5 | 0.49 |
| Hex | BD | 77 | 3F | 0 | 25 | 43 | 1A | 1B | 32 | 31 |
| Octal | 275 | 167 | 77 | 0 | 45 | 103 | 32 | 33 | 62 | 61 |
| Binary | 10111101 | 1110111 | 111111 | 0 | 100101 | 1000011 | 11010 | 11011 | 110010 | 110001 |
Color Harmonies of #BD773F
Complementary color
Monochromatic Colors of #BD773F
Black with #BD773F
Text Example
Text Example
White with #BD773F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD773F; }
p { color: rgb(189,119,63); }
H1.HeaderClassName
{
color: #BD773F;
}
.AnyTagClassName
{
color: #BD773F;
}
</style>
background-color css
<style>
a { background-color: #BD773F; }
a { background-color: rgb(189,119,63); }
div.DivClassName
{
background-color: #BD773F;
}
.BgClassName
{
background-color: #BD773F;
}
</style>
border-color css
<style>
span { border-color: #BD773F; }
span { border-color: rgb(189,119,63); }
td.TdClassName
{
border-color: #BD773F;
}
.TagClassName
{
border-color: #BD773F;
}
</style>