Shades of Blush #BC4667
Tints of Blush #BC4667
RGB
CMYK
RGB Variations
Color information
#BC4667 (or 0xBC4667) is known color: Blush. HEX triplet: BC, 46 and 67. RGB value is (188,70,103). Sum of RGB (Red+Green+Blue) = 188+70+103=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 70 (27.73% from 255 or 19.39% from 361); Blue value is 103 (40.62% from 255 or 28.53% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4667 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4667 is #43B998. Grayscale: #6D6D6D. Windows color (decimal): -4438425 or 6768316. OLE color: 6768316.
HSL color Cylindrical-coordinate representation of color #BC4667: hue angle of 343.22º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC4667 is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 70 | 103 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.26 |
| HSL | 343.22º | 0.47% | 0.51% | - |
| HSV(B) | 343.22º | 0.63% | 0.74% | - |
| XYZ | 25.38 | 16.05 | 14.59 | - |
| YUV | 109.04 | 124.59 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 70 | 103 | 0 | 0.63 | 0.45 | 0.26 | 343.22 | 0.47 | 0.51 |
| Hex | BC | 46 | 67 | 0 | 3F | 2D | 1A | 157 | 2F | 33 |
| Octal | 274 | 106 | 147 | 0 | 77 | 55 | 32 | 527 | 57 | 63 |
| Binary | 10111100 | 1000110 | 1100111 | 0 | 111111 | 101101 | 11010 | 101010111 | 101111 | 110011 |
Color Harmonies of #BC4667
Complementary color
Monochromatic Colors of #BC4667
Black with #BC4667
Text Example
Text Example
White with #BC4667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4667; }
p { color: rgb(188,70,103); }
H1.HeaderClassName
{
color: #BC4667;
}
.AnyTagClassName
{
color: #BC4667;
}
</style>
background-color css
<style>
a { background-color: #BC4667; }
a { background-color: rgb(188,70,103); }
div.DivClassName
{
background-color: #BC4667;
}
.BgClassName
{
background-color: #BC4667;
}
</style>
border-color css
<style>
span { border-color: #BC4667; }
span { border-color: rgb(188,70,103); }
td.TdClassName
{
border-color: #BC4667;
}
.TagClassName
{
border-color: #BC4667;
}
</style>