Shades of Blush #BD445D
Tints of Blush #BD445D
RGB
CMYK
RGB Variations
Color information
#BD445D (or 0xBD445D) is known color: Blush. HEX triplet: BD, 44 and 5D. RGB value is (189,68,93). Sum of RGB (Red+Green+Blue) = 189+68+93=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 68 (26.95% from 255 or 19.43% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD445D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD445D is #42BBA2. Grayscale: #6B6B6B. Windows color (decimal): -4373411 or 6112445. OLE color: 6112445.
HSL color Cylindrical-coordinate representation of color #BD445D: hue angle of 347.6º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BD445D is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 68 | 93 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.26 |
| HSL | 347.6º | 0.48% | 0.5% | - |
| HSV(B) | 347.6º | 0.64% | 0.74% | - |
| XYZ | 25.03 | 15.74 | 12.08 | - |
| YUV | 107.03 | 120.09 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 68 | 93 | 0 | 0.64 | 0.51 | 0.26 | 347.6 | 0.48 | 0.5 |
| Hex | BD | 44 | 5D | 0 | 40 | 33 | 1A | 15C | 30 | 32 |
| Octal | 275 | 104 | 135 | 0 | 100 | 63 | 32 | 534 | 60 | 62 |
| Binary | 10111101 | 1000100 | 1011101 | 0 | 1000000 | 110011 | 11010 | 101011100 | 110000 | 110010 |
Color Harmonies of #BD445D
Complementary color
Monochromatic Colors of #BD445D
Black with #BD445D
Text Example
Text Example
White with #BD445D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD445D; }
p { color: rgb(189,68,93); }
H1.HeaderClassName
{
color: #BD445D;
}
.AnyTagClassName
{
color: #BD445D;
}
</style>
background-color css
<style>
a { background-color: #BD445D; }
a { background-color: rgb(189,68,93); }
div.DivClassName
{
background-color: #BD445D;
}
.BgClassName
{
background-color: #BD445D;
}
</style>
border-color css
<style>
span { border-color: #BD445D; }
span { border-color: rgb(189,68,93); }
td.TdClassName
{
border-color: #BD445D;
}
.TagClassName
{
border-color: #BD445D;
}
</style>