Shades of Blush #BC6372
Tints of Blush #BC6372
RGB
CMYK
RGB Variations
Color information
#BC6372 (or 0xBC6372) is known color: Blush. HEX triplet: BC, 63 and 72. RGB value is (188,99,114). Sum of RGB (Red+Green+Blue) = 188+99+114=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 114 (44.92% from 255 or 28.43% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6372 is #439C8D. Grayscale: #7F7F7F. Windows color (decimal): -4430990 or 7496636. OLE color: 7496636.
HSL color Cylindrical-coordinate representation of color #BC6372: hue angle of 349.89º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC6372 is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 99 | 114 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.26 |
| HSL | 349.89º | 0.4% | 0.56% | - |
| HSV(B) | 349.89º | 0.47% | 0.74% | - |
| XYZ | 28.24 | 20.83 | 18.45 | - |
| YUV | 127.32 | 120.49 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 99 | 114 | 0 | 0.47 | 0.39 | 0.26 | 349.89 | 0.4 | 0.56 |
| Hex | BC | 63 | 72 | 0 | 2F | 27 | 1A | 15E | 28 | 38 |
| Octal | 274 | 143 | 162 | 0 | 57 | 47 | 32 | 536 | 50 | 70 |
| Binary | 10111100 | 1100011 | 1110010 | 0 | 101111 | 100111 | 11010 | 101011110 | 101000 | 111000 |
Color Harmonies of #BC6372
Complementary color
Monochromatic Colors of #BC6372
Black with #BC6372
Text Example
Text Example
White with #BC6372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6372; }
p { color: rgb(188,99,114); }
H1.HeaderClassName
{
color: #BC6372;
}
.AnyTagClassName
{
color: #BC6372;
}
</style>
background-color css
<style>
a { background-color: #BC6372; }
a { background-color: rgb(188,99,114); }
div.DivClassName
{
background-color: #BC6372;
}
.BgClassName
{
background-color: #BC6372;
}
</style>
border-color css
<style>
span { border-color: #BC6372; }
span { border-color: rgb(188,99,114); }
td.TdClassName
{
border-color: #BC6372;
}
.TagClassName
{
border-color: #BC6372;
}
</style>