Shades of Brandy Punch #BC813C
Tints of Brandy Punch #BC813C
RGB
CMYK
RGB Variations
Color information
#BC813C (or 0xBC813C) is known color: Brandy Punch. HEX triplet: BC, 81 and 3C. RGB value is (188,129,60). Sum of RGB (Red+Green+Blue) = 188+129+60=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 60 (23.83% from 255 or 15.92% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC813C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC813C is #437EC3. Grayscale: #8B8B8B. Windows color (decimal): -4423364 or 3965372. OLE color: 3965372.
HSL color Cylindrical-coordinate representation of color #BC813C: hue angle of 32.34º 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 #BC813C is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 129 | 60 | - |
| CMYK | 0 | 0.31 | 0.68 | 0.26 |
| HSL | 32.34º | 0.52% | 0.49% | - |
| HSV(B) | 32.34º | 0.68% | 0.74% | - |
| XYZ | 29.4 | 26.72 | 7.88 | - |
| YUV | 138.78 | 83.55 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 129 | 60 | 0 | 0.31 | 0.68 | 0.26 | 32.34 | 0.52 | 0.49 |
| Hex | BC | 81 | 3C | 0 | 1F | 44 | 1A | 20 | 34 | 31 |
| Octal | 274 | 201 | 74 | 0 | 37 | 104 | 32 | 40 | 64 | 61 |
| Binary | 10111100 | 10000001 | 111100 | 0 | 11111 | 1000100 | 11010 | 100000 | 110100 | 110001 |
Color Harmonies of #BC813C
Complementary color
Monochromatic Colors of #BC813C
Black with #BC813C
Text Example
Text Example
White with #BC813C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC813C; }
p { color: rgb(188,129,60); }
H1.HeaderClassName
{
color: #BC813C;
}
.AnyTagClassName
{
color: #BC813C;
}
</style>
background-color css
<style>
a { background-color: #BC813C; }
a { background-color: rgb(188,129,60); }
div.DivClassName
{
background-color: #BC813C;
}
.BgClassName
{
background-color: #BC813C;
}
</style>
border-color css
<style>
span { border-color: #BC813C; }
span { border-color: rgb(188,129,60); }
td.TdClassName
{
border-color: #BC813C;
}
.TagClassName
{
border-color: #BC813C;
}
</style>