Shades of Brandy Punch #BC7540
Tints of Brandy Punch #BC7540
RGB
CMYK
RGB Variations
Color information
#BC7540 (or 0xBC7540) is known color: Brandy Punch. HEX triplet: BC, 75 and 40. RGB value is (188,117,64). Sum of RGB (Red+Green+Blue) = 188+117+64=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 64 (25.39% from 255 or 17.34% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7540 is #438ABF. Grayscale: #848484. Windows color (decimal): -4426432 or 4224444. OLE color: 4224444.
HSL color Cylindrical-coordinate representation of color #BC7540: hue angle of 25.65º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC7540 is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 117 | 64 | - |
| CMYK | 0 | 0.38 | 0.66 | 0.26 |
| HSL | 25.65º | 0.49% | 0.49% | - |
| HSV(B) | 25.65º | 0.66% | 0.74% | - |
| XYZ | 28.03 | 23.78 | 7.96 | - |
| YUV | 132.19 | 89.52 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 117 | 64 | 0 | 0.38 | 0.66 | 0.26 | 25.65 | 0.49 | 0.49 |
| Hex | BC | 75 | 40 | 0 | 26 | 42 | 1A | 1A | 31 | 31 |
| Octal | 274 | 165 | 100 | 0 | 46 | 102 | 32 | 32 | 61 | 61 |
| Binary | 10111100 | 1110101 | 1000000 | 0 | 100110 | 1000010 | 11010 | 11010 | 110001 | 110001 |
Color Harmonies of #BC7540
Complementary color
Monochromatic Colors of #BC7540
Black with #BC7540
Text Example
Text Example
White with #BC7540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7540; }
p { color: rgb(188,117,64); }
H1.HeaderClassName
{
color: #BC7540;
}
.AnyTagClassName
{
color: #BC7540;
}
</style>
background-color css
<style>
a { background-color: #BC7540; }
a { background-color: rgb(188,117,64); }
div.DivClassName
{
background-color: #BC7540;
}
.BgClassName
{
background-color: #BC7540;
}
</style>
border-color css
<style>
span { border-color: #BC7540; }
span { border-color: rgb(188,117,64); }
td.TdClassName
{
border-color: #BC7540;
}
.TagClassName
{
border-color: #BC7540;
}
</style>