Shades of Blush #BD546F
Tints of Blush #BD546F
RGB
CMYK
RGB Variations
Color information
#BD546F (or 0xBD546F) is known color: Blush. HEX triplet: BD, 54 and 6F. RGB value is (189,84,111). Sum of RGB (Red+Green+Blue) = 189+84+111=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 84 (33.20% from 255 or 21.88% from 384); Blue value is 111 (43.75% from 255 or 28.91% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BD546F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD546F is #42AB90. Grayscale: #767676. Windows color (decimal): -4369297 or 7296189. OLE color: 7296189.
HSL color Cylindrical-coordinate representation of color #BD546F: hue angle of 344.57º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD546F is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 84 | 111 | - |
| CMYK | 0 | 0.56 | 0.41 | 0.26 |
| HSL | 344.57º | 0.44% | 0.54% | - |
| HSV(B) | 344.57º | 0.56% | 0.74% | - |
| XYZ | 27.03 | 18.31 | 17.15 | - |
| YUV | 118.47 | 123.79 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 84 | 111 | 0 | 0.56 | 0.41 | 0.26 | 344.57 | 0.44 | 0.54 |
| Hex | BD | 54 | 6F | 0 | 38 | 29 | 1A | 159 | 2C | 36 |
| Octal | 275 | 124 | 157 | 0 | 70 | 51 | 32 | 531 | 54 | 66 |
| Binary | 10111101 | 1010100 | 1101111 | 0 | 111000 | 101001 | 11010 | 101011001 | 101100 | 110110 |
Color Harmonies of #BD546F
Complementary color
Monochromatic Colors of #BD546F
Black with #BD546F
Text Example
Text Example
White with #BD546F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD546F; }
p { color: rgb(189,84,111); }
H1.HeaderClassName
{
color: #BD546F;
}
.AnyTagClassName
{
color: #BD546F;
}
</style>
background-color css
<style>
a { background-color: #BD546F; }
a { background-color: rgb(189,84,111); }
div.DivClassName
{
background-color: #BD546F;
}
.BgClassName
{
background-color: #BD546F;
}
</style>
border-color css
<style>
span { border-color: #BD546F; }
span { border-color: rgb(189,84,111); }
td.TdClassName
{
border-color: #BD546F;
}
.TagClassName
{
border-color: #BD546F;
}
</style>