Shades of Blush #BD656D
Tints of Blush #BD656D
RGB
CMYK
RGB Variations
Color information
#BD656D (or 0xBD656D) is known color: Blush. HEX triplet: BD, 65 and 6D. RGB value is (189,101,109). Sum of RGB (Red+Green+Blue) = 189+101+109=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 101 (39.84% from 255 or 25.31% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BD656D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD656D is #429A92. Grayscale: #808080. Windows color (decimal): -4364947 or 7169469. OLE color: 7169469.
HSL color Cylindrical-coordinate representation of color #BD656D: hue angle of 354.55º 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 #BD656D is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 101 | 109 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.26 |
| HSL | 354.55º | 0.4% | 0.57% | - |
| HSV(B) | 354.55º | 0.47% | 0.74% | - |
| XYZ | 28.4 | 21.23 | 17.07 | - |
| YUV | 128.22 | 117.15 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 101 | 109 | 0 | 0.47 | 0.42 | 0.26 | 354.55 | 0.4 | 0.57 |
| Hex | BD | 65 | 6D | 0 | 2F | 2A | 1A | 163 | 28 | 39 |
| Octal | 275 | 145 | 155 | 0 | 57 | 52 | 32 | 543 | 50 | 71 |
| Binary | 10111101 | 1100101 | 1101101 | 0 | 101111 | 101010 | 11010 | 101100011 | 101000 | 111001 |
Color Harmonies of #BD656D
Complementary color
Monochromatic Colors of #BD656D
Black with #BD656D
Text Example
Text Example
White with #BD656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD656D; }
p { color: rgb(189,101,109); }
H1.HeaderClassName
{
color: #BD656D;
}
.AnyTagClassName
{
color: #BD656D;
}
</style>
background-color css
<style>
a { background-color: #BD656D; }
a { background-color: rgb(189,101,109); }
div.DivClassName
{
background-color: #BD656D;
}
.BgClassName
{
background-color: #BD656D;
}
</style>
border-color css
<style>
span { border-color: #BD656D; }
span { border-color: rgb(189,101,109); }
td.TdClassName
{
border-color: #BD656D;
}
.TagClassName
{
border-color: #BD656D;
}
</style>