Shades of Brandy Punch #BD774C
Tints of Brandy Punch #BD774C
RGB
CMYK
RGB Variations
Color information
#BD774C (or 0xBD774C) is known color: Brandy Punch. HEX triplet: BD, 77 and 4C. RGB value is (189,119,76). Sum of RGB (Red+Green+Blue) = 189+119+76=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 76 (30.08% from 255 or 19.79% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BD774C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD774C is #4288B3. Grayscale: #878787. Windows color (decimal): -4360372 or 5011389. OLE color: 5011389.
HSL color Cylindrical-coordinate representation of color #BD774C: hue angle of 22.83º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD774C is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 119 | 76 | - |
| CMYK | 0 | 0.37 | 0.60 | 0.26 |
| HSL | 22.83º | 0.46% | 0.52% | - |
| HSV(B) | 22.83º | 0.6% | 0.74% | - |
| XYZ | 28.89 | 24.53 | 10.05 | - |
| YUV | 135.03 | 94.69 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 119 | 76 | 0 | 0.37 | 0.60 | 0.26 | 22.83 | 0.46 | 0.52 |
| Hex | BD | 77 | 4C | 0 | 25 | 3C | 1A | 17 | 2E | 34 |
| Octal | 275 | 167 | 114 | 0 | 45 | 74 | 32 | 27 | 56 | 64 |
| Binary | 10111101 | 1110111 | 1001100 | 0 | 100101 | 111100 | 11010 | 10111 | 101110 | 110100 |
Color Harmonies of #BD774C
Complementary color
Monochromatic Colors of #BD774C
Black with #BD774C
Text Example
Text Example
White with #BD774C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD774C; }
p { color: rgb(189,119,76); }
H1.HeaderClassName
{
color: #BD774C;
}
.AnyTagClassName
{
color: #BD774C;
}
</style>
background-color css
<style>
a { background-color: #BD774C; }
a { background-color: rgb(189,119,76); }
div.DivClassName
{
background-color: #BD774C;
}
.BgClassName
{
background-color: #BD774C;
}
</style>
border-color css
<style>
span { border-color: #BD774C; }
span { border-color: rgb(189,119,76); }
td.TdClassName
{
border-color: #BD774C;
}
.TagClassName
{
border-color: #BD774C;
}
</style>