Shades of Blush #BD506F
Tints of Blush #BD506F
RGB
CMYK
RGB Variations
Color information
#BD506F (or 0xBD506F) is known color: Blush. HEX triplet: BD, 50 and 6F. RGB value is (189,80,111). Sum of RGB (Red+Green+Blue) = 189+80+111=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BD506F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD506F is #42AF90. Grayscale: #747474. Windows color (decimal): -4370321 or 7295165. OLE color: 7295165.
HSL color Cylindrical-coordinate representation of color #BD506F: hue angle of 342.94º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD506F is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 80 | 111 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.26 |
| HSL | 342.94º | 0.45% | 0.53% | - |
| HSV(B) | 342.94º | 0.58% | 0.74% | - |
| XYZ | 26.72 | 17.7 | 17.05 | - |
| YUV | 116.13 | 125.11 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 80 | 111 | 0 | 0.58 | 0.41 | 0.26 | 342.94 | 0.45 | 0.53 |
| Hex | BD | 50 | 6F | 0 | 3A | 29 | 1A | 157 | 2D | 35 |
| Octal | 275 | 120 | 157 | 0 | 72 | 51 | 32 | 527 | 55 | 65 |
| Binary | 10111101 | 1010000 | 1101111 | 0 | 111010 | 101001 | 11010 | 101010111 | 101101 | 110101 |
Color Harmonies of #BD506F
Complementary color
Monochromatic Colors of #BD506F
Black with #BD506F
Text Example
Text Example
White with #BD506F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD506F; }
p { color: rgb(189,80,111); }
H1.HeaderClassName
{
color: #BD506F;
}
.AnyTagClassName
{
color: #BD506F;
}
</style>
background-color css
<style>
a { background-color: #BD506F; }
a { background-color: rgb(189,80,111); }
div.DivClassName
{
background-color: #BD506F;
}
.BgClassName
{
background-color: #BD506F;
}
</style>
border-color css
<style>
span { border-color: #BD506F; }
span { border-color: rgb(189,80,111); }
td.TdClassName
{
border-color: #BD506F;
}
.TagClassName
{
border-color: #BD506F;
}
</style>