Shades of Blush #BD606D
Tints of Blush #BD606D
RGB
CMYK
RGB Variations
Color information
#BD606D (or 0xBD606D) is known color: Blush. HEX triplet: BD, 60 and 6D. RGB value is (189,96,109). Sum of RGB (Red+Green+Blue) = 189+96+109=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 109 (42.97% from 255 or 27.66% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD606D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD606D is #429F92. Grayscale: #7D7D7D. Windows color (decimal): -4366227 or 7168189. OLE color: 7168189.
HSL color Cylindrical-coordinate representation of color #BD606D: hue angle of 351.61º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD606D is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 96 | 109 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.26 |
| HSL | 351.61º | 0.41% | 0.56% | - |
| HSV(B) | 351.61º | 0.49% | 0.74% | - |
| XYZ | 27.93 | 20.29 | 16.91 | - |
| YUV | 125.29 | 118.81 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 96 | 109 | 0 | 0.49 | 0.42 | 0.26 | 351.61 | 0.41 | 0.56 |
| Hex | BD | 60 | 6D | 0 | 31 | 2A | 1A | 160 | 29 | 38 |
| Octal | 275 | 140 | 155 | 0 | 61 | 52 | 32 | 540 | 51 | 70 |
| Binary | 10111101 | 1100000 | 1101101 | 0 | 110001 | 101010 | 11010 | 101100000 | 101001 | 111000 |
Color Harmonies of #BD606D
Complementary color
Monochromatic Colors of #BD606D
Black with #BD606D
Text Example
Text Example
White with #BD606D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD606D; }
p { color: rgb(189,96,109); }
H1.HeaderClassName
{
color: #BD606D;
}
.AnyTagClassName
{
color: #BD606D;
}
</style>
background-color css
<style>
a { background-color: #BD606D; }
a { background-color: rgb(189,96,109); }
div.DivClassName
{
background-color: #BD606D;
}
.BgClassName
{
background-color: #BD606D;
}
</style>
border-color css
<style>
span { border-color: #BD606D; }
span { border-color: rgb(189,96,109); }
td.TdClassName
{
border-color: #BD606D;
}
.TagClassName
{
border-color: #BD606D;
}
</style>