Shades of Blush #BD4969
Tints of Blush #BD4969
RGB
CMYK
RGB Variations
Color information
#BD4969 (or 0xBD4969) is known color: Blush. HEX triplet: BD, 49 and 69. RGB value is (189,73,105). Sum of RGB (Red+Green+Blue) = 189+73+105=367 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.50% from 367); Green value is 73 (28.91% from 255 or 19.89% from 367); Blue value is 105 (41.41% from 255 or 28.61% from 367); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4969 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4969 is #42B696. Grayscale: #6F6F6F. Windows color (decimal): -4372119 or 6900157. OLE color: 6900157.
HSL color Cylindrical-coordinate representation of color #BD4969: hue angle of 343.45º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD4969 is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 73 | 105 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.26 |
| HSL | 343.45º | 0.47% | 0.51% | - |
| HSV(B) | 343.45º | 0.61% | 0.74% | - |
| XYZ | 25.92 | 16.6 | 15.2 | - |
| YUV | 111.33 | 124.43 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 73 | 105 | 0 | 0.61 | 0.44 | 0.26 | 343.45 | 0.47 | 0.51 |
| Hex | BD | 49 | 69 | 0 | 3D | 2C | 1A | 157 | 2F | 33 |
| Octal | 275 | 111 | 151 | 0 | 75 | 54 | 32 | 527 | 57 | 63 |
| Binary | 10111101 | 1001001 | 1101001 | 0 | 111101 | 101100 | 11010 | 101010111 | 101111 | 110011 |
Color Harmonies of #BD4969
Complementary color
Monochromatic Colors of #BD4969
Black with #BD4969
Text Example
Text Example
White with #BD4969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4969; }
p { color: rgb(189,73,105); }
H1.HeaderClassName
{
color: #BD4969;
}
.AnyTagClassName
{
color: #BD4969;
}
</style>
background-color css
<style>
a { background-color: #BD4969; }
a { background-color: rgb(189,73,105); }
div.DivClassName
{
background-color: #BD4969;
}
.BgClassName
{
background-color: #BD4969;
}
</style>
border-color css
<style>
span { border-color: #BD4969; }
span { border-color: rgb(189,73,105); }
td.TdClassName
{
border-color: #BD4969;
}
.TagClassName
{
border-color: #BD4969;
}
</style>