Shades of Blush #BD646C
Tints of Blush #BD646C
RGB
CMYK
RGB Variations
Color information
#BD646C (or 0xBD646C) is known color: Blush. HEX triplet: BD, 64 and 6C. RGB value is (189,100,108). Sum of RGB (Red+Green+Blue) = 189+100+108=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BD646C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD646C is #429B93. Grayscale: #7F7F7F. Windows color (decimal): -4365204 or 7103677. OLE color: 7103677.
HSL color Cylindrical-coordinate representation of color #BD646C: hue angle of 354.61º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD646C is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 100 | 108 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.26 |
| HSL | 354.61º | 0.4% | 0.57% | - |
| HSV(B) | 354.61º | 0.47% | 0.74% | - |
| XYZ | 28.25 | 21.02 | 16.75 | - |
| YUV | 127.52 | 116.99 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 100 | 108 | 0 | 0.47 | 0.43 | 0.26 | 354.61 | 0.4 | 0.57 |
| Hex | BD | 64 | 6C | 0 | 2F | 2B | 1A | 163 | 28 | 39 |
| Octal | 275 | 144 | 154 | 0 | 57 | 53 | 32 | 543 | 50 | 71 |
| Binary | 10111101 | 1100100 | 1101100 | 0 | 101111 | 101011 | 11010 | 101100011 | 101000 | 111001 |
Color Harmonies of #BD646C
Complementary color
Monochromatic Colors of #BD646C
Black with #BD646C
Text Example
Text Example
White with #BD646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD646C; }
p { color: rgb(189,100,108); }
H1.HeaderClassName
{
color: #BD646C;
}
.AnyTagClassName
{
color: #BD646C;
}
</style>
background-color css
<style>
a { background-color: #BD646C; }
a { background-color: rgb(189,100,108); }
div.DivClassName
{
background-color: #BD646C;
}
.BgClassName
{
background-color: #BD646C;
}
</style>
border-color css
<style>
span { border-color: #BD646C; }
span { border-color: rgb(189,100,108); }
td.TdClassName
{
border-color: #BD646C;
}
.TagClassName
{
border-color: #BD646C;
}
</style>