Shades of Brandy Punch #BC7440
Tints of Brandy Punch #BC7440
RGB
CMYK
RGB Variations
Color information
#BC7440 (or 0xBC7440) is known color: Brandy Punch. HEX triplet: BC, 74 and 40. RGB value is (188,116,64). Sum of RGB (Red+Green+Blue) = 188+116+64=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 64 (25.39% from 255 or 17.39% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7440 is #438BBF. Grayscale: #838383. Windows color (decimal): -4426688 or 4224188. OLE color: 4224188.
HSL color Cylindrical-coordinate representation of color #BC7440: hue angle of 25.16º 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 #BC7440 is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 116 | 64 | - |
| CMYK | 0 | 0.38 | 0.66 | 0.26 |
| HSL | 25.16º | 0.49% | 0.49% | - |
| HSV(B) | 25.16º | 0.66% | 0.74% | - |
| XYZ | 27.91 | 23.55 | 7.93 | - |
| YUV | 131.6 | 89.85 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 116 | 64 | 0 | 0.38 | 0.66 | 0.26 | 25.16 | 0.49 | 0.49 |
| Hex | BC | 74 | 40 | 0 | 26 | 42 | 1A | 19 | 31 | 31 |
| Octal | 274 | 164 | 100 | 0 | 46 | 102 | 32 | 31 | 61 | 61 |
| Binary | 10111100 | 1110100 | 1000000 | 0 | 100110 | 1000010 | 11010 | 11001 | 110001 | 110001 |
Color Harmonies of #BC7440
Complementary color
Monochromatic Colors of #BC7440
Black with #BC7440
Text Example
Text Example
White with #BC7440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7440; }
p { color: rgb(188,116,64); }
H1.HeaderClassName
{
color: #BC7440;
}
.AnyTagClassName
{
color: #BC7440;
}
</style>
background-color css
<style>
a { background-color: #BC7440; }
a { background-color: rgb(188,116,64); }
div.DivClassName
{
background-color: #BC7440;
}
.BgClassName
{
background-color: #BC7440;
}
</style>
border-color css
<style>
span { border-color: #BC7440; }
span { border-color: rgb(188,116,64); }
td.TdClassName
{
border-color: #BC7440;
}
.TagClassName
{
border-color: #BC7440;
}
</style>