Shades of Blush #BC6370
Tints of Blush #BC6370
RGB
CMYK
RGB Variations
Color information
#BC6370 (or 0xBC6370) is known color: Blush. HEX triplet: BC, 63 and 70. RGB value is (188,99,112). Sum of RGB (Red+Green+Blue) = 188+99+112=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 112 (44.14% from 255 or 28.07% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6370 is #439C8F. Grayscale: #7F7F7F. Windows color (decimal): -4430992 or 7365564. OLE color: 7365564.
HSL color Cylindrical-coordinate representation of color #BC6370: hue angle of 351.24º 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 #BC6370 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 99 | 112 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.26 |
| HSL | 351.24º | 0.4% | 0.56% | - |
| HSV(B) | 351.24º | 0.47% | 0.74% | - |
| XYZ | 28.13 | 20.78 | 17.86 | - |
| YUV | 127.09 | 119.49 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 99 | 112 | 0 | 0.47 | 0.40 | 0.26 | 351.24 | 0.4 | 0.56 |
| Hex | BC | 63 | 70 | 0 | 2F | 28 | 1A | 15F | 28 | 38 |
| Octal | 274 | 143 | 160 | 0 | 57 | 50 | 32 | 537 | 50 | 70 |
| Binary | 10111100 | 1100011 | 1110000 | 0 | 101111 | 101000 | 11010 | 101011111 | 101000 | 111000 |
Color Harmonies of #BC6370
Complementary color
Monochromatic Colors of #BC6370
Black with #BC6370
Text Example
Text Example
White with #BC6370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6370; }
p { color: rgb(188,99,112); }
H1.HeaderClassName
{
color: #BC6370;
}
.AnyTagClassName
{
color: #BC6370;
}
</style>
background-color css
<style>
a { background-color: #BC6370; }
a { background-color: rgb(188,99,112); }
div.DivClassName
{
background-color: #BC6370;
}
.BgClassName
{
background-color: #BC6370;
}
</style>
border-color css
<style>
span { border-color: #BC6370; }
span { border-color: rgb(188,99,112); }
td.TdClassName
{
border-color: #BC6370;
}
.TagClassName
{
border-color: #BC6370;
}
</style>