Shades of Blush #BD556F
Tints of Blush #BD556F
RGB
CMYK
RGB Variations
Color information
#BD556F (or 0xBD556F) is known color: Blush. HEX triplet: BD, 55 and 6F. RGB value is (189,85,111). Sum of RGB (Red+Green+Blue) = 189+85+111=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 111 (43.75% from 255 or 28.83% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BD556F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD556F is #42AA90. Grayscale: #777777. Windows color (decimal): -4369041 or 7296445. OLE color: 7296445.
HSL color Cylindrical-coordinate representation of color #BD556F: hue angle of 345º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD556F is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 85 | 111 | - |
| CMYK | 0 | 0.55 | 0.41 | 0.26 |
| HSL | 345º | 0.44% | 0.54% | - |
| HSV(B) | 345º | 0.55% | 0.74% | - |
| XYZ | 27.1 | 18.46 | 17.17 | - |
| YUV | 119.06 | 123.46 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 85 | 111 | 0 | 0.55 | 0.41 | 0.26 | 345 | 0.44 | 0.54 |
| Hex | BD | 55 | 6F | 0 | 37 | 29 | 1A | 159 | 2C | 36 |
| Octal | 275 | 125 | 157 | 0 | 67 | 51 | 32 | 531 | 54 | 66 |
| Binary | 10111101 | 1010101 | 1101111 | 0 | 110111 | 101001 | 11010 | 101011001 | 101100 | 110110 |
Color Harmonies of #BD556F
Complementary color
Monochromatic Colors of #BD556F
Black with #BD556F
Text Example
Text Example
White with #BD556F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD556F; }
p { color: rgb(189,85,111); }
H1.HeaderClassName
{
color: #BD556F;
}
.AnyTagClassName
{
color: #BD556F;
}
</style>
background-color css
<style>
a { background-color: #BD556F; }
a { background-color: rgb(189,85,111); }
div.DivClassName
{
background-color: #BD556F;
}
.BgClassName
{
background-color: #BD556F;
}
</style>
border-color css
<style>
span { border-color: #BD556F; }
span { border-color: rgb(189,85,111); }
td.TdClassName
{
border-color: #BD556F;
}
.TagClassName
{
border-color: #BD556F;
}
</style>