Shades of Blush #BD4D6B
Tints of Blush #BD4D6B
RGB
CMYK
RGB Variations
Color information
#BD4D6B (or 0xBD4D6B) is known color: Blush. HEX triplet: BD, 4D and 6B. RGB value is (189,77,107). Sum of RGB (Red+Green+Blue) = 189+77+107=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 77 (30.47% from 255 or 20.64% from 373); Blue value is 107 (42.19% from 255 or 28.69% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD4D6B is #42B294. Grayscale: #717171. Windows color (decimal): -4371093 or 7032253. OLE color: 7032253.
HSL color Cylindrical-coordinate representation of color #BD4D6B: hue angle of 343.93º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD4D6B is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 77 | 107 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.26 |
| HSL | 343.93º | 0.46% | 0.52% | - |
| HSV(B) | 343.93º | 0.59% | 0.74% | - |
| XYZ | 26.29 | 17.19 | 15.84 | - |
| YUV | 113.91 | 124.11 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 77 | 107 | 0 | 0.59 | 0.43 | 0.26 | 343.93 | 0.46 | 0.52 |
| Hex | BD | 4D | 6B | 0 | 3B | 2B | 1A | 158 | 2E | 34 |
| Octal | 275 | 115 | 153 | 0 | 73 | 53 | 32 | 530 | 56 | 64 |
| Binary | 10111101 | 1001101 | 1101011 | 0 | 111011 | 101011 | 11010 | 101011000 | 101110 | 110100 |
Color Harmonies of #BD4D6B
Complementary color
Monochromatic Colors of #BD4D6B
Black with #BD4D6B
Text Example
Text Example
White with #BD4D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4D6B; }
p { color: rgb(189,77,107); }
H1.HeaderClassName
{
color: #BD4D6B;
}
.AnyTagClassName
{
color: #BD4D6B;
}
</style>
background-color css
<style>
a { background-color: #BD4D6B; }
a { background-color: rgb(189,77,107); }
div.DivClassName
{
background-color: #BD4D6B;
}
.BgClassName
{
background-color: #BD4D6B;
}
</style>
border-color css
<style>
span { border-color: #BD4D6B; }
span { border-color: rgb(189,77,107); }
td.TdClassName
{
border-color: #BD4D6B;
}
.TagClassName
{
border-color: #BD4D6B;
}
</style>