Shades of Brandy Punch #BC7B52
Tints of Brandy Punch #BC7B52
RGB
CMYK
RGB Variations
Color information
#BC7B52 (or 0xBC7B52) is known color: Brandy Punch. HEX triplet: BC, 7B and 52. RGB value is (188,123,82). Sum of RGB (Red+Green+Blue) = 188+123+82=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 82 (32.42% from 255 or 20.87% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7B52 is #4384AD. Grayscale: #898989. Windows color (decimal): -4424878 or 5405628. OLE color: 5405628.
HSL color Cylindrical-coordinate representation of color #BC7B52: hue angle of 23.21º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC7B52 is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 123 | 82 | - |
| CMYK | 0 | 0.35 | 0.56 | 0.26 |
| HSL | 23.21º | 0.44% | 0.53% | - |
| HSV(B) | 23.21º | 0.56% | 0.74% | - |
| XYZ | 29.34 | 25.47 | 11.35 | - |
| YUV | 137.76 | 96.53 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 123 | 82 | 0 | 0.35 | 0.56 | 0.26 | 23.21 | 0.44 | 0.53 |
| Hex | BC | 7B | 52 | 0 | 23 | 38 | 1A | 17 | 2C | 35 |
| Octal | 274 | 173 | 122 | 0 | 43 | 70 | 32 | 27 | 54 | 65 |
| Binary | 10111100 | 1111011 | 1010010 | 0 | 100011 | 111000 | 11010 | 10111 | 101100 | 110101 |
Color Harmonies of #BC7B52
Complementary color
Monochromatic Colors of #BC7B52
Black with #BC7B52
Text Example
Text Example
White with #BC7B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7B52; }
p { color: rgb(188,123,82); }
H1.HeaderClassName
{
color: #BC7B52;
}
.AnyTagClassName
{
color: #BC7B52;
}
</style>
background-color css
<style>
a { background-color: #BC7B52; }
a { background-color: rgb(188,123,82); }
div.DivClassName
{
background-color: #BC7B52;
}
.BgClassName
{
background-color: #BC7B52;
}
</style>
border-color css
<style>
span { border-color: #BC7B52; }
span { border-color: rgb(188,123,82); }
td.TdClassName
{
border-color: #BC7B52;
}
.TagClassName
{
border-color: #BC7B52;
}
</style>