Shades of Brandy Punch #BC7343
Tints of Brandy Punch #BC7343
RGB
CMYK
RGB Variations
Color information
#BC7343 (or 0xBC7343) is known color: Brandy Punch. HEX triplet: BC, 73 and 43. RGB value is (188,115,67). Sum of RGB (Red+Green+Blue) = 188+115+67=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 67 (26.56% from 255 or 18.11% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7343 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7343 is #438CBC. Grayscale: #838383. Windows color (decimal): -4426941 or 4420540. OLE color: 4420540.
HSL color Cylindrical-coordinate representation of color #BC7343: hue angle of 23.8º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC7343 is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 115 | 67 | - |
| CMYK | 0 | 0.39 | 0.64 | 0.26 |
| HSL | 23.8º | 0.47% | 0.5% | - |
| HSV(B) | 23.8º | 0.64% | 0.74% | - |
| XYZ | 27.88 | 23.36 | 8.35 | - |
| YUV | 131.36 | 91.68 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 67 | 0 | 0.39 | 0.64 | 0.26 | 23.8 | 0.47 | 0.5 |
| Hex | BC | 73 | 43 | 0 | 27 | 40 | 1A | 18 | 2F | 32 |
| Octal | 274 | 163 | 103 | 0 | 47 | 100 | 32 | 30 | 57 | 62 |
| Binary | 10111100 | 1110011 | 1000011 | 0 | 100111 | 1000000 | 11010 | 11000 | 101111 | 110010 |
Color Harmonies of #BC7343
Complementary color
Monochromatic Colors of #BC7343
Black with #BC7343
Text Example
Text Example
White with #BC7343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7343; }
p { color: rgb(188,115,67); }
H1.HeaderClassName
{
color: #BC7343;
}
.AnyTagClassName
{
color: #BC7343;
}
</style>
background-color css
<style>
a { background-color: #BC7343; }
a { background-color: rgb(188,115,67); }
div.DivClassName
{
background-color: #BC7343;
}
.BgClassName
{
background-color: #BC7343;
}
</style>
border-color css
<style>
span { border-color: #BC7343; }
span { border-color: rgb(188,115,67); }
td.TdClassName
{
border-color: #BC7343;
}
.TagClassName
{
border-color: #BC7343;
}
</style>