Shades of Blush #BD5766
Tints of Blush #BD5766
RGB
CMYK
RGB Variations
Color information
#BD5766 (or 0xBD5766) is known color: Blush. HEX triplet: BD, 57 and 66. RGB value is (189,87,102). Sum of RGB (Red+Green+Blue) = 189+87+102=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 87 (34.38% from 255 or 23.02% from 378); Blue value is 102 (40.23% from 255 or 26.98% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5766 is #42A899. Grayscale: #777777. Windows color (decimal): -4368538 or 6707133. OLE color: 6707133.
HSL color Cylindrical-coordinate representation of color #BD5766: hue angle of 351.18º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD5766 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 87 | 102 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.26 |
| HSL | 351.18º | 0.44% | 0.54% | - |
| HSV(B) | 351.18º | 0.54% | 0.74% | - |
| XYZ | 26.79 | 18.59 | 14.75 | - |
| YUV | 119.21 | 118.29 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 87 | 102 | 0 | 0.54 | 0.46 | 0.26 | 351.18 | 0.44 | 0.54 |
| Hex | BD | 57 | 66 | 0 | 36 | 2E | 1A | 15F | 2C | 36 |
| Octal | 275 | 127 | 146 | 0 | 66 | 56 | 32 | 537 | 54 | 66 |
| Binary | 10111101 | 1010111 | 1100110 | 0 | 110110 | 101110 | 11010 | 101011111 | 101100 | 110110 |
Color Harmonies of #BD5766
Complementary color
Monochromatic Colors of #BD5766
Black with #BD5766
Text Example
Text Example
White with #BD5766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5766; }
p { color: rgb(189,87,102); }
H1.HeaderClassName
{
color: #BD5766;
}
.AnyTagClassName
{
color: #BD5766;
}
</style>
background-color css
<style>
a { background-color: #BD5766; }
a { background-color: rgb(189,87,102); }
div.DivClassName
{
background-color: #BD5766;
}
.BgClassName
{
background-color: #BD5766;
}
</style>
border-color css
<style>
span { border-color: #BD5766; }
span { border-color: rgb(189,87,102); }
td.TdClassName
{
border-color: #BD5766;
}
.TagClassName
{
border-color: #BD5766;
}
</style>