Shades of Blush #BC6265
Tints of Blush #BC6265
RGB
CMYK
RGB Variations
Color information
#BC6265 (or 0xBC6265) is known color: Blush. HEX triplet: BC, 62 and 65. RGB value is (188,98,101). Sum of RGB (Red+Green+Blue) = 188+98+101=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 98 (38.67% from 255 or 25.32% from 387); Blue value is 101 (39.84% from 255 or 26.10% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6265 is #439D9A. Grayscale: #7D7D7D. Windows color (decimal): -4431259 or 6644412. OLE color: 6644412.
HSL color Cylindrical-coordinate representation of color #BC6265: hue angle of 358º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC6265 is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 98 | 101 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.26 |
| HSL | 358º | 0.4% | 0.56% | - |
| HSV(B) | 358º | 0.48% | 0.74% | - |
| XYZ | 27.46 | 20.37 | 14.8 | - |
| YUV | 125.25 | 114.32 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 98 | 101 | 0 | 0.48 | 0.46 | 0.26 | 358 | 0.4 | 0.56 |
| Hex | BC | 62 | 65 | 0 | 30 | 2E | 1A | 166 | 28 | 38 |
| Octal | 274 | 142 | 145 | 0 | 60 | 56 | 32 | 546 | 50 | 70 |
| Binary | 10111100 | 1100010 | 1100101 | 0 | 110000 | 101110 | 11010 | 101100110 | 101000 | 111000 |
Color Harmonies of #BC6265
Complementary color
Monochromatic Colors of #BC6265
Black with #BC6265
Text Example
Text Example
White with #BC6265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6265; }
p { color: rgb(188,98,101); }
H1.HeaderClassName
{
color: #BC6265;
}
.AnyTagClassName
{
color: #BC6265;
}
</style>
background-color css
<style>
a { background-color: #BC6265; }
a { background-color: rgb(188,98,101); }
div.DivClassName
{
background-color: #BC6265;
}
.BgClassName
{
background-color: #BC6265;
}
</style>
border-color css
<style>
span { border-color: #BC6265; }
span { border-color: rgb(188,98,101); }
td.TdClassName
{
border-color: #BC6265;
}
.TagClassName
{
border-color: #BC6265;
}
</style>