Shades of Blush #BD4669
Tints of Blush #BD4669
RGB
CMYK
RGB Variations
Color information
#BD4669 (or 0xBD4669) is known color: Blush. HEX triplet: BD, 46 and 69. RGB value is (189,70,105). Sum of RGB (Red+Green+Blue) = 189+70+105=364 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.92% from 364); Green value is 70 (27.73% from 255 or 19.23% from 364); Blue value is 105 (41.41% from 255 or 28.85% from 364); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4669 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4669 is #42B996. Grayscale: #6D6D6D. Windows color (decimal): -4372887 or 6899389. OLE color: 6899389.
HSL color Cylindrical-coordinate representation of color #BD4669: hue angle of 342.35º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD4669 is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 70 | 105 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.26 |
| HSL | 342.35º | 0.47% | 0.51% | - |
| HSV(B) | 342.35º | 0.63% | 0.74% | - |
| XYZ | 25.73 | 16.22 | 15.14 | - |
| YUV | 109.57 | 125.42 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 70 | 105 | 0 | 0.63 | 0.44 | 0.26 | 342.35 | 0.47 | 0.51 |
| Hex | BD | 46 | 69 | 0 | 3F | 2C | 1A | 156 | 2F | 33 |
| Octal | 275 | 106 | 151 | 0 | 77 | 54 | 32 | 526 | 57 | 63 |
| Binary | 10111101 | 1000110 | 1101001 | 0 | 111111 | 101100 | 11010 | 101010110 | 101111 | 110011 |
Color Harmonies of #BD4669
Complementary color
Monochromatic Colors of #BD4669
Black with #BD4669
Text Example
Text Example
White with #BD4669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4669; }
p { color: rgb(189,70,105); }
H1.HeaderClassName
{
color: #BD4669;
}
.AnyTagClassName
{
color: #BD4669;
}
</style>
background-color css
<style>
a { background-color: #BD4669; }
a { background-color: rgb(189,70,105); }
div.DivClassName
{
background-color: #BD4669;
}
.BgClassName
{
background-color: #BD4669;
}
</style>
border-color css
<style>
span { border-color: #BD4669; }
span { border-color: rgb(189,70,105); }
td.TdClassName
{
border-color: #BD4669;
}
.TagClassName
{
border-color: #BD4669;
}
</style>