Shades of Brandy Punch #BD763E
Tints of Brandy Punch #BD763E
RGB
CMYK
RGB Variations
Color information
#BD763E (or 0xBD763E) is known color: Brandy Punch. HEX triplet: BD, 76 and 3E. RGB value is (189,118,62). Sum of RGB (Red+Green+Blue) = 189+118+62=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 62 (24.61% from 255 or 16.80% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD763E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD763E is #4289C1. Grayscale: #858585. Windows color (decimal): -4360642 or 4093629. OLE color: 4093629.
HSL color Cylindrical-coordinate representation of color #BD763E: hue angle of 26.46º degrees, saturation: 0.51, 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 #BD763E is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 118 | 62 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.26 |
| HSL | 26.46º | 0.51% | 0.49% | - |
| HSV(B) | 26.46º | 0.67% | 0.74% | - |
| XYZ | 28.33 | 24.12 | 7.72 | - |
| YUV | 132.85 | 88.02 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 118 | 62 | 0 | 0.38 | 0.67 | 0.26 | 26.46 | 0.51 | 0.49 |
| Hex | BD | 76 | 3E | 0 | 26 | 43 | 1A | 1A | 33 | 31 |
| Octal | 275 | 166 | 76 | 0 | 46 | 103 | 32 | 32 | 63 | 61 |
| Binary | 10111101 | 1110110 | 111110 | 0 | 100110 | 1000011 | 11010 | 11010 | 110011 | 110001 |
Color Harmonies of #BD763E
Complementary color
Monochromatic Colors of #BD763E
Black with #BD763E
Text Example
Text Example
White with #BD763E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD763E; }
p { color: rgb(189,118,62); }
H1.HeaderClassName
{
color: #BD763E;
}
.AnyTagClassName
{
color: #BD763E;
}
</style>
background-color css
<style>
a { background-color: #BD763E; }
a { background-color: rgb(189,118,62); }
div.DivClassName
{
background-color: #BD763E;
}
.BgClassName
{
background-color: #BD763E;
}
</style>
border-color css
<style>
span { border-color: #BD763E; }
span { border-color: rgb(189,118,62); }
td.TdClassName
{
border-color: #BD763E;
}
.TagClassName
{
border-color: #BD763E;
}
</style>