Shades of Brandy Punch #BC823C
Tints of Brandy Punch #BC823C
RGB
CMYK
RGB Variations
Color information
#BC823C (or 0xBC823C) is known color: Brandy Punch. HEX triplet: BC, 82 and 3C. RGB value is (188,130,60). Sum of RGB (Red+Green+Blue) = 188+130+60=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 60 (23.83% from 255 or 15.87% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC823C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC823C is #437DC3. Grayscale: #8B8B8B. Windows color (decimal): -4423108 or 3965628. OLE color: 3965628.
HSL color Cylindrical-coordinate representation of color #BC823C: hue angle of 32.81º degrees, saturation: 0.52, 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 #BC823C is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 60 | - |
| CMYK | 0 | 0.31 | 0.68 | 0.26 |
| HSL | 32.81º | 0.52% | 0.49% | - |
| HSV(B) | 32.81º | 0.68% | 0.74% | - |
| XYZ | 29.54 | 26.98 | 7.93 | - |
| YUV | 139.36 | 83.22 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 60 | 0 | 0.31 | 0.68 | 0.26 | 32.81 | 0.52 | 0.49 |
| Hex | BC | 82 | 3C | 0 | 1F | 44 | 1A | 21 | 34 | 31 |
| Octal | 274 | 202 | 74 | 0 | 37 | 104 | 32 | 41 | 64 | 61 |
| Binary | 10111100 | 10000010 | 111100 | 0 | 11111 | 1000100 | 11010 | 100001 | 110100 | 110001 |
Color Harmonies of #BC823C
Complementary color
Monochromatic Colors of #BC823C
Black with #BC823C
Text Example
Text Example
White with #BC823C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC823C; }
p { color: rgb(188,130,60); }
H1.HeaderClassName
{
color: #BC823C;
}
.AnyTagClassName
{
color: #BC823C;
}
</style>
background-color css
<style>
a { background-color: #BC823C; }
a { background-color: rgb(188,130,60); }
div.DivClassName
{
background-color: #BC823C;
}
.BgClassName
{
background-color: #BC823C;
}
</style>
border-color css
<style>
span { border-color: #BC823C; }
span { border-color: rgb(188,130,60); }
td.TdClassName
{
border-color: #BC823C;
}
.TagClassName
{
border-color: #BC823C;
}
</style>