Shades of Brandy Punch #BD763D
Tints of Brandy Punch #BD763D
RGB
CMYK
RGB Variations
Color information
#BD763D (or 0xBD763D) is known color: Brandy Punch. HEX triplet: BD, 76 and 3D. RGB value is (189,118,61). Sum of RGB (Red+Green+Blue) = 189+118+61=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 61 (24.22% from 255 or 16.58% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD763D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD763D is #4289C2. Grayscale: #858585. Windows color (decimal): -4360643 or 4028093. OLE color: 4028093.
HSL color Cylindrical-coordinate representation of color #BD763D: hue angle of 26.72º 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 #BD763D is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 118 | 61 | - |
| CMYK | 0 | 0.38 | 0.68 | 0.26 |
| HSL | 26.72º | 0.51% | 0.49% | - |
| HSV(B) | 26.72º | 0.68% | 0.74% | - |
| XYZ | 28.31 | 24.11 | 7.58 | - |
| YUV | 132.73 | 87.52 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 118 | 61 | 0 | 0.38 | 0.68 | 0.26 | 26.72 | 0.51 | 0.49 |
| Hex | BD | 76 | 3D | 0 | 26 | 44 | 1A | 1B | 33 | 31 |
| Octal | 275 | 166 | 75 | 0 | 46 | 104 | 32 | 33 | 63 | 61 |
| Binary | 10111101 | 1110110 | 111101 | 0 | 100110 | 1000100 | 11010 | 11011 | 110011 | 110001 |
Color Harmonies of #BD763D
Complementary color
Monochromatic Colors of #BD763D
Black with #BD763D
Text Example
Text Example
White with #BD763D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD763D; }
p { color: rgb(189,118,61); }
H1.HeaderClassName
{
color: #BD763D;
}
.AnyTagClassName
{
color: #BD763D;
}
</style>
background-color css
<style>
a { background-color: #BD763D; }
a { background-color: rgb(189,118,61); }
div.DivClassName
{
background-color: #BD763D;
}
.BgClassName
{
background-color: #BD763D;
}
</style>
border-color css
<style>
span { border-color: #BD763D; }
span { border-color: rgb(189,118,61); }
td.TdClassName
{
border-color: #BD763D;
}
.TagClassName
{
border-color: #BD763D;
}
</style>