Shades of Brandy Punch #BC753C
Tints of Brandy Punch #BC753C
RGB
CMYK
RGB Variations
Color information
#BC753C (or 0xBC753C) is known color: Brandy Punch. HEX triplet: BC, 75 and 3C. RGB value is (188,117,60). Sum of RGB (Red+Green+Blue) = 188+117+60=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 60 (23.83% from 255 or 16.44% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC753C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC753C is #438AC3. Grayscale: #848484. Windows color (decimal): -4426436 or 3962300. OLE color: 3962300.
HSL color Cylindrical-coordinate representation of color #BC753C: hue angle of 26.72º 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 #BC753C is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 117 | 60 | - |
| CMYK | 0 | 0.38 | 0.68 | 0.26 |
| HSL | 26.72º | 0.52% | 0.49% | - |
| HSV(B) | 26.72º | 0.68% | 0.74% | - |
| XYZ | 27.92 | 23.74 | 7.39 | - |
| YUV | 131.73 | 87.52 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 117 | 60 | 0 | 0.38 | 0.68 | 0.26 | 26.72 | 0.52 | 0.49 |
| Hex | BC | 75 | 3C | 0 | 26 | 44 | 1A | 1B | 34 | 31 |
| Octal | 274 | 165 | 74 | 0 | 46 | 104 | 32 | 33 | 64 | 61 |
| Binary | 10111100 | 1110101 | 111100 | 0 | 100110 | 1000100 | 11010 | 11011 | 110100 | 110001 |
Color Harmonies of #BC753C
Complementary color
Monochromatic Colors of #BC753C
Black with #BC753C
Text Example
Text Example
White with #BC753C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC753C; }
p { color: rgb(188,117,60); }
H1.HeaderClassName
{
color: #BC753C;
}
.AnyTagClassName
{
color: #BC753C;
}
</style>
background-color css
<style>
a { background-color: #BC753C; }
a { background-color: rgb(188,117,60); }
div.DivClassName
{
background-color: #BC753C;
}
.BgClassName
{
background-color: #BC753C;
}
</style>
border-color css
<style>
span { border-color: #BC753C; }
span { border-color: rgb(188,117,60); }
td.TdClassName
{
border-color: #BC753C;
}
.TagClassName
{
border-color: #BC753C;
}
</style>