Shades of Brandy Punch #BC7B4A
Tints of Brandy Punch #BC7B4A
RGB
CMYK
RGB Variations
Color information
#BC7B4A (or 0xBC7B4A) is known color: Brandy Punch. HEX triplet: BC, 7B and 4A. RGB value is (188,123,74). Sum of RGB (Red+Green+Blue) = 188+123+74=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7B4A is #4384B5. Grayscale: #898989. Windows color (decimal): -4424886 or 4881340. OLE color: 4881340.
HSL color Cylindrical-coordinate representation of color #BC7B4A: hue angle of 25.79º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC7B4A is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 123 | 74 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.26 |
| HSL | 25.79º | 0.46% | 0.51% | - |
| HSV(B) | 25.79º | 0.61% | 0.74% | - |
| XYZ | 29.06 | 25.35 | 9.84 | - |
| YUV | 136.85 | 92.53 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 123 | 74 | 0 | 0.35 | 0.61 | 0.26 | 25.79 | 0.46 | 0.51 |
| Hex | BC | 7B | 4A | 0 | 23 | 3D | 1A | 1A | 2E | 33 |
| Octal | 274 | 173 | 112 | 0 | 43 | 75 | 32 | 32 | 56 | 63 |
| Binary | 10111100 | 1111011 | 1001010 | 0 | 100011 | 111101 | 11010 | 11010 | 101110 | 110011 |
Color Harmonies of #BC7B4A
Complementary color
Monochromatic Colors of #BC7B4A
Black with #BC7B4A
Text Example
Text Example
White with #BC7B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7B4A; }
p { color: rgb(188,123,74); }
H1.HeaderClassName
{
color: #BC7B4A;
}
.AnyTagClassName
{
color: #BC7B4A;
}
</style>
background-color css
<style>
a { background-color: #BC7B4A; }
a { background-color: rgb(188,123,74); }
div.DivClassName
{
background-color: #BC7B4A;
}
.BgClassName
{
background-color: #BC7B4A;
}
</style>
border-color css
<style>
span { border-color: #BC7B4A; }
span { border-color: rgb(188,123,74); }
td.TdClassName
{
border-color: #BC7B4A;
}
.TagClassName
{
border-color: #BC7B4A;
}
</style>