Shades of Blush #BD455D
Tints of Blush #BD455D
RGB
CMYK
RGB Variations
Color information
#BD455D (or 0xBD455D) is known color: Blush. HEX triplet: BD, 45 and 5D. RGB value is (189,69,93). Sum of RGB (Red+Green+Blue) = 189+69+93=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 69 (27.34% from 255 or 19.66% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD455D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD455D is #42BAA2. Grayscale: #6B6B6B. Windows color (decimal): -4373155 or 6112701. OLE color: 6112701.
HSL color Cylindrical-coordinate representation of color #BD455D: hue angle of 348º degrees, saturation: 0.48, 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 #BD455D is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 69 | 93 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.26 |
| HSL | 348º | 0.48% | 0.51% | - |
| HSV(B) | 348º | 0.63% | 0.74% | - |
| XYZ | 25.09 | 15.87 | 12.1 | - |
| YUV | 107.62 | 119.76 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 69 | 93 | 0 | 0.63 | 0.51 | 0.26 | 348 | 0.48 | 0.51 |
| Hex | BD | 45 | 5D | 0 | 3F | 33 | 1A | 15C | 30 | 33 |
| Octal | 275 | 105 | 135 | 0 | 77 | 63 | 32 | 534 | 60 | 63 |
| Binary | 10111101 | 1000101 | 1011101 | 0 | 111111 | 110011 | 11010 | 101011100 | 110000 | 110011 |
Color Harmonies of #BD455D
Complementary color
Monochromatic Colors of #BD455D
Black with #BD455D
Text Example
Text Example
White with #BD455D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD455D; }
p { color: rgb(189,69,93); }
H1.HeaderClassName
{
color: #BD455D;
}
.AnyTagClassName
{
color: #BD455D;
}
</style>
background-color css
<style>
a { background-color: #BD455D; }
a { background-color: rgb(189,69,93); }
div.DivClassName
{
background-color: #BD455D;
}
.BgClassName
{
background-color: #BD455D;
}
</style>
border-color css
<style>
span { border-color: #BD455D; }
span { border-color: rgb(189,69,93); }
td.TdClassName
{
border-color: #BD455D;
}
.TagClassName
{
border-color: #BD455D;
}
</style>