Shades of Blush #BD465B
Tints of Blush #BD465B
RGB
CMYK
RGB Variations
Color information
#BD465B (or 0xBD465B) is known color: Blush. HEX triplet: BD, 46 and 5B. RGB value is (189,70,91). Sum of RGB (Red+Green+Blue) = 189+70+91=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 70 (27.73% from 255 or 20% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD465B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD465B is #42B9A4. Grayscale: #6C6C6C. Windows color (decimal): -4372901 or 5981885. OLE color: 5981885.
HSL color Cylindrical-coordinate representation of color #BD465B: hue angle of 349.41º 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 #BD465B is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 70 | 91 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.26 |
| HSL | 349.41º | 0.47% | 0.51% | - |
| HSV(B) | 349.41º | 0.63% | 0.74% | - |
| XYZ | 25.06 | 15.95 | 11.66 | - |
| YUV | 107.98 | 118.42 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 70 | 91 | 0 | 0.63 | 0.52 | 0.26 | 349.41 | 0.47 | 0.51 |
| Hex | BD | 46 | 5B | 0 | 3F | 34 | 1A | 15D | 2F | 33 |
| Octal | 275 | 106 | 133 | 0 | 77 | 64 | 32 | 535 | 57 | 63 |
| Binary | 10111101 | 1000110 | 1011011 | 0 | 111111 | 110100 | 11010 | 101011101 | 101111 | 110011 |
Color Harmonies of #BD465B
Complementary color
Monochromatic Colors of #BD465B
Black with #BD465B
Text Example
Text Example
White with #BD465B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD465B; }
p { color: rgb(189,70,91); }
H1.HeaderClassName
{
color: #BD465B;
}
.AnyTagClassName
{
color: #BD465B;
}
</style>
background-color css
<style>
a { background-color: #BD465B; }
a { background-color: rgb(189,70,91); }
div.DivClassName
{
background-color: #BD465B;
}
.BgClassName
{
background-color: #BD465B;
}
</style>
border-color css
<style>
span { border-color: #BD465B; }
span { border-color: rgb(189,70,91); }
td.TdClassName
{
border-color: #BD465B;
}
.TagClassName
{
border-color: #BD465B;
}
</style>