Shades of Blush #BD4E6B
Tints of Blush #BD4E6B
RGB
CMYK
RGB Variations
Color information
#BD4E6B (or 0xBD4E6B) is known color: Blush. HEX triplet: BD, 4E and 6B. RGB value is (189,78,107). Sum of RGB (Red+Green+Blue) = 189+78+107=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 78 (30.86% from 255 or 20.86% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD4E6B is #42B194. Grayscale: #727272. Windows color (decimal): -4370837 or 7032509. OLE color: 7032509.
HSL color Cylindrical-coordinate representation of color #BD4E6B: hue angle of 344.32º 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 #BD4E6B is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 78 | 107 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.26 |
| HSL | 344.32º | 0.46% | 0.52% | - |
| HSV(B) | 344.32º | 0.59% | 0.74% | - |
| XYZ | 26.36 | 17.33 | 15.87 | - |
| YUV | 114.5 | 123.77 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 78 | 107 | 0 | 0.59 | 0.43 | 0.26 | 344.32 | 0.46 | 0.52 |
| Hex | BD | 4E | 6B | 0 | 3B | 2B | 1A | 158 | 2E | 34 |
| Octal | 275 | 116 | 153 | 0 | 73 | 53 | 32 | 530 | 56 | 64 |
| Binary | 10111101 | 1001110 | 1101011 | 0 | 111011 | 101011 | 11010 | 101011000 | 101110 | 110100 |
Color Harmonies of #BD4E6B
Complementary color
Monochromatic Colors of #BD4E6B
Black with #BD4E6B
Text Example
Text Example
White with #BD4E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4E6B; }
p { color: rgb(189,78,107); }
H1.HeaderClassName
{
color: #BD4E6B;
}
.AnyTagClassName
{
color: #BD4E6B;
}
</style>
background-color css
<style>
a { background-color: #BD4E6B; }
a { background-color: rgb(189,78,107); }
div.DivClassName
{
background-color: #BD4E6B;
}
.BgClassName
{
background-color: #BD4E6B;
}
</style>
border-color css
<style>
span { border-color: #BD4E6B; }
span { border-color: rgb(189,78,107); }
td.TdClassName
{
border-color: #BD4E6B;
}
.TagClassName
{
border-color: #BD4E6B;
}
</style>