Shades of Blush #BD465C
Tints of Blush #BD465C
RGB
CMYK
RGB Variations
Color information
#BD465C (or 0xBD465C) is known color: Blush. HEX triplet: BD, 46 and 5C. RGB value is (189,70,92). Sum of RGB (Red+Green+Blue) = 189+70+92=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 70 (27.73% from 255 or 19.94% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD465C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD465C is #42B9A3. Grayscale: #6C6C6C. Windows color (decimal): -4372900 or 6047421. OLE color: 6047421.
HSL color Cylindrical-coordinate representation of color #BD465C: hue angle of 348.91º 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 #BD465C is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 70 | 92 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.26 |
| HSL | 348.91º | 0.47% | 0.51% | - |
| HSV(B) | 348.91º | 0.63% | 0.74% | - |
| XYZ | 25.11 | 15.97 | 11.88 | - |
| YUV | 108.09 | 118.92 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 70 | 92 | 0 | 0.63 | 0.51 | 0.26 | 348.91 | 0.47 | 0.51 |
| Hex | BD | 46 | 5C | 0 | 3F | 33 | 1A | 15D | 2F | 33 |
| Octal | 275 | 106 | 134 | 0 | 77 | 63 | 32 | 535 | 57 | 63 |
| Binary | 10111101 | 1000110 | 1011100 | 0 | 111111 | 110011 | 11010 | 101011101 | 101111 | 110011 |
Color Harmonies of #BD465C
Complementary color
Monochromatic Colors of #BD465C
Black with #BD465C
Text Example
Text Example
White with #BD465C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD465C; }
p { color: rgb(189,70,92); }
H1.HeaderClassName
{
color: #BD465C;
}
.AnyTagClassName
{
color: #BD465C;
}
</style>
background-color css
<style>
a { background-color: #BD465C; }
a { background-color: rgb(189,70,92); }
div.DivClassName
{
background-color: #BD465C;
}
.BgClassName
{
background-color: #BD465C;
}
</style>
border-color css
<style>
span { border-color: #BD465C; }
span { border-color: rgb(189,70,92); }
td.TdClassName
{
border-color: #BD465C;
}
.TagClassName
{
border-color: #BD465C;
}
</style>