Shades of Brandy Punch #BC834C
Tints of Brandy Punch #BC834C
RGB
CMYK
RGB Variations
Color information
#BC834C (or 0xBC834C) is known color: Brandy Punch. HEX triplet: BC, 83 and 4C. RGB value is (188,131,76). Sum of RGB (Red+Green+Blue) = 188+131+76=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 76 (30.08% from 255 or 19.24% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC834C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC834C is #437CB3. Grayscale: #8E8E8E. Windows color (decimal): -4422836 or 5014460. OLE color: 5014460.
HSL color Cylindrical-coordinate representation of color #BC834C: hue angle of 29.46º 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 #BC834C is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 131 | 76 | - |
| CMYK | 0 | 0.30 | 0.60 | 0.26 |
| HSL | 29.46º | 0.46% | 0.52% | - |
| HSV(B) | 29.46º | 0.6% | 0.74% | - |
| XYZ | 30.16 | 27.45 | 10.55 | - |
| YUV | 141.77 | 90.88 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 131 | 76 | 0 | 0.30 | 0.60 | 0.26 | 29.46 | 0.46 | 0.52 |
| Hex | BC | 83 | 4C | 0 | 1E | 3C | 1A | 1D | 2E | 34 |
| Octal | 274 | 203 | 114 | 0 | 36 | 74 | 32 | 35 | 56 | 64 |
| Binary | 10111100 | 10000011 | 1001100 | 0 | 11110 | 111100 | 11010 | 11101 | 101110 | 110100 |
Color Harmonies of #BC834C
Complementary color
Monochromatic Colors of #BC834C
Black with #BC834C
Text Example
Text Example
White with #BC834C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC834C; }
p { color: rgb(188,131,76); }
H1.HeaderClassName
{
color: #BC834C;
}
.AnyTagClassName
{
color: #BC834C;
}
</style>
background-color css
<style>
a { background-color: #BC834C; }
a { background-color: rgb(188,131,76); }
div.DivClassName
{
background-color: #BC834C;
}
.BgClassName
{
background-color: #BC834C;
}
</style>
border-color css
<style>
span { border-color: #BC834C; }
span { border-color: rgb(188,131,76); }
td.TdClassName
{
border-color: #BC834C;
}
.TagClassName
{
border-color: #BC834C;
}
</style>