Shades of Blush #BC636E
Tints of Blush #BC636E
RGB
CMYK
RGB Variations
Color information
#BC636E (or 0xBC636E) is known color: Blush. HEX triplet: BC, 63 and 6E. RGB value is (188,99,110). Sum of RGB (Red+Green+Blue) = 188+99+110=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 110 (43.36% from 255 or 27.71% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC636E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC636E is #439C91. Grayscale: #7E7E7E. Windows color (decimal): -4430994 or 7234492. OLE color: 7234492.
HSL color Cylindrical-coordinate representation of color #BC636E: hue angle of 352.58º 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 #BC636E is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 99 | 110 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.26 |
| HSL | 352.58º | 0.4% | 0.56% | - |
| HSV(B) | 352.58º | 0.47% | 0.74% | - |
| XYZ | 28.02 | 20.74 | 17.28 | - |
| YUV | 126.87 | 118.49 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 99 | 110 | 0 | 0.47 | 0.41 | 0.26 | 352.58 | 0.4 | 0.56 |
| Hex | BC | 63 | 6E | 0 | 2F | 29 | 1A | 161 | 28 | 38 |
| Octal | 274 | 143 | 156 | 0 | 57 | 51 | 32 | 541 | 50 | 70 |
| Binary | 10111100 | 1100011 | 1101110 | 0 | 101111 | 101001 | 11010 | 101100001 | 101000 | 111000 |
Color Harmonies of #BC636E
Complementary color
Monochromatic Colors of #BC636E
Black with #BC636E
Text Example
Text Example
White with #BC636E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC636E; }
p { color: rgb(188,99,110); }
H1.HeaderClassName
{
color: #BC636E;
}
.AnyTagClassName
{
color: #BC636E;
}
</style>
background-color css
<style>
a { background-color: #BC636E; }
a { background-color: rgb(188,99,110); }
div.DivClassName
{
background-color: #BC636E;
}
.BgClassName
{
background-color: #BC636E;
}
</style>
border-color css
<style>
span { border-color: #BC636E; }
span { border-color: rgb(188,99,110); }
td.TdClassName
{
border-color: #BC636E;
}
.TagClassName
{
border-color: #BC636E;
}
</style>