Shades of Blush #BD556A
Tints of Blush #BD556A
RGB
CMYK
RGB Variations
Color information
#BD556A (or 0xBD556A) is known color: Blush. HEX triplet: BD, 55 and 6A. RGB value is (189,85,106). Sum of RGB (Red+Green+Blue) = 189+85+106=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 106 (41.80% from 255 or 27.89% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BD556A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD556A is #42AA95. Grayscale: #767676. Windows color (decimal): -4369046 or 6968765. OLE color: 6968765.
HSL color Cylindrical-coordinate representation of color #BD556A: hue angle of 347.88º 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 #BD556A is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 85 | 106 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.26 |
| HSL | 347.88º | 0.44% | 0.54% | - |
| HSV(B) | 347.88º | 0.55% | 0.74% | - |
| XYZ | 26.84 | 18.36 | 15.76 | - |
| YUV | 118.49 | 120.96 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 85 | 106 | 0 | 0.55 | 0.44 | 0.26 | 347.88 | 0.44 | 0.54 |
| Hex | BD | 55 | 6A | 0 | 37 | 2C | 1A | 15C | 2C | 36 |
| Octal | 275 | 125 | 152 | 0 | 67 | 54 | 32 | 534 | 54 | 66 |
| Binary | 10111101 | 1010101 | 1101010 | 0 | 110111 | 101100 | 11010 | 101011100 | 101100 | 110110 |
Color Harmonies of #BD556A
Complementary color
Monochromatic Colors of #BD556A
Black with #BD556A
Text Example
Text Example
White with #BD556A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD556A; }
p { color: rgb(189,85,106); }
H1.HeaderClassName
{
color: #BD556A;
}
.AnyTagClassName
{
color: #BD556A;
}
</style>
background-color css
<style>
a { background-color: #BD556A; }
a { background-color: rgb(189,85,106); }
div.DivClassName
{
background-color: #BD556A;
}
.BgClassName
{
background-color: #BD556A;
}
</style>
border-color css
<style>
span { border-color: #BD556A; }
span { border-color: rgb(189,85,106); }
td.TdClassName
{
border-color: #BD556A;
}
.TagClassName
{
border-color: #BD556A;
}
</style>