Shades of Brandy Punch #BC844B
Tints of Brandy Punch #BC844B
RGB
CMYK
RGB Variations
Color information
#BC844B (or 0xBC844B) is known color: Brandy Punch. HEX triplet: BC, 84 and 4B. RGB value is (188,132,75). Sum of RGB (Red+Green+Blue) = 188+132+75=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 75 (29.69% from 255 or 18.99% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC844B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC844B is #437BB4. Grayscale: #8E8E8E. Windows color (decimal): -4422581 or 4949180. OLE color: 4949180.
HSL color Cylindrical-coordinate representation of color #BC844B: hue angle of 30.27º 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 #BC844B is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 132 | 75 | - |
| CMYK | 0 | 0.30 | 0.60 | 0.26 |
| HSL | 30.27º | 0.46% | 0.52% | - |
| HSV(B) | 30.27º | 0.6% | 0.74% | - |
| XYZ | 30.26 | 27.7 | 10.41 | - |
| YUV | 142.25 | 90.05 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 132 | 75 | 0 | 0.30 | 0.60 | 0.26 | 30.27 | 0.46 | 0.52 |
| Hex | BC | 84 | 4B | 0 | 1E | 3C | 1A | 1E | 2E | 34 |
| Octal | 274 | 204 | 113 | 0 | 36 | 74 | 32 | 36 | 56 | 64 |
| Binary | 10111100 | 10000100 | 1001011 | 0 | 11110 | 111100 | 11010 | 11110 | 101110 | 110100 |
Color Harmonies of #BC844B
Complementary color
Monochromatic Colors of #BC844B
Black with #BC844B
Text Example
Text Example
White with #BC844B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC844B; }
p { color: rgb(188,132,75); }
H1.HeaderClassName
{
color: #BC844B;
}
.AnyTagClassName
{
color: #BC844B;
}
</style>
background-color css
<style>
a { background-color: #BC844B; }
a { background-color: rgb(188,132,75); }
div.DivClassName
{
background-color: #BC844B;
}
.BgClassName
{
background-color: #BC844B;
}
</style>
border-color css
<style>
span { border-color: #BC844B; }
span { border-color: rgb(188,132,75); }
td.TdClassName
{
border-color: #BC844B;
}
.TagClassName
{
border-color: #BC844B;
}
</style>