Shades of Blush #BD656E
Tints of Blush #BD656E
RGB
CMYK
RGB Variations
Color information
#BD656E (or 0xBD656E) is known color: Blush. HEX triplet: BD, 65 and 6E. RGB value is (189,101,110). Sum of RGB (Red+Green+Blue) = 189+101+110=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 110 (43.36% from 255 or 27.5% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BD656E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD656E is #429A91. Grayscale: #808080. Windows color (decimal): -4364946 or 7235005. OLE color: 7235005.
HSL color Cylindrical-coordinate representation of color #BD656E: hue angle of 353.86º 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 #BD656E is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 101 | 110 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.26 |
| HSL | 353.86º | 0.4% | 0.57% | - |
| HSV(B) | 353.86º | 0.47% | 0.74% | - |
| XYZ | 28.45 | 21.25 | 17.35 | - |
| YUV | 128.34 | 117.65 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 101 | 110 | 0 | 0.47 | 0.42 | 0.26 | 353.86 | 0.4 | 0.57 |
| Hex | BD | 65 | 6E | 0 | 2F | 2A | 1A | 162 | 28 | 39 |
| Octal | 275 | 145 | 156 | 0 | 57 | 52 | 32 | 542 | 50 | 71 |
| Binary | 10111101 | 1100101 | 1101110 | 0 | 101111 | 101010 | 11010 | 101100010 | 101000 | 111001 |
Color Harmonies of #BD656E
Complementary color
Monochromatic Colors of #BD656E
Black with #BD656E
Text Example
Text Example
White with #BD656E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD656E; }
p { color: rgb(189,101,110); }
H1.HeaderClassName
{
color: #BD656E;
}
.AnyTagClassName
{
color: #BD656E;
}
</style>
background-color css
<style>
a { background-color: #BD656E; }
a { background-color: rgb(189,101,110); }
div.DivClassName
{
background-color: #BD656E;
}
.BgClassName
{
background-color: #BD656E;
}
</style>
border-color css
<style>
span { border-color: #BD656E; }
span { border-color: rgb(189,101,110); }
td.TdClassName
{
border-color: #BD656E;
}
.TagClassName
{
border-color: #BD656E;
}
</style>