Shades of Blush #BC636D
Tints of Blush #BC636D
RGB
CMYK
RGB Variations
Color information
#BC636D (or 0xBC636D) is known color: Blush. HEX triplet: BC, 63 and 6D. RGB value is (188,99,109). Sum of RGB (Red+Green+Blue) = 188+99+109=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 99 (39.06% from 255 or 25% from 396); Blue value is 109 (42.97% from 255 or 27.53% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC636D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC636D is #439C92. Grayscale: #7E7E7E. Windows color (decimal): -4430995 or 7168956. OLE color: 7168956.
HSL color Cylindrical-coordinate representation of color #BC636D: hue angle of 353.26º 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 #BC636D is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 99 | 109 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.26 |
| HSL | 353.26º | 0.4% | 0.56% | - |
| HSV(B) | 353.26º | 0.47% | 0.74% | - |
| XYZ | 27.96 | 20.72 | 16.99 | - |
| YUV | 126.75 | 117.99 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 99 | 109 | 0 | 0.47 | 0.42 | 0.26 | 353.26 | 0.4 | 0.56 |
| Hex | BC | 63 | 6D | 0 | 2F | 2A | 1A | 161 | 28 | 38 |
| Octal | 274 | 143 | 155 | 0 | 57 | 52 | 32 | 541 | 50 | 70 |
| Binary | 10111100 | 1100011 | 1101101 | 0 | 101111 | 101010 | 11010 | 101100001 | 101000 | 111000 |
Color Harmonies of #BC636D
Complementary color
Monochromatic Colors of #BC636D
Black with #BC636D
Text Example
Text Example
White with #BC636D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC636D; }
p { color: rgb(188,99,109); }
H1.HeaderClassName
{
color: #BC636D;
}
.AnyTagClassName
{
color: #BC636D;
}
</style>
background-color css
<style>
a { background-color: #BC636D; }
a { background-color: rgb(188,99,109); }
div.DivClassName
{
background-color: #BC636D;
}
.BgClassName
{
background-color: #BC636D;
}
</style>
border-color css
<style>
span { border-color: #BC636D; }
span { border-color: rgb(188,99,109); }
td.TdClassName
{
border-color: #BC636D;
}
.TagClassName
{
border-color: #BC636D;
}
</style>