Shades of Blush #BD4461
Tints of Blush #BD4461
RGB
CMYK
RGB Variations
Color information
#BD4461 (or 0xBD4461) is known color: Blush. HEX triplet: BD, 44 and 61. RGB value is (189,68,97). Sum of RGB (Red+Green+Blue) = 189+68+97=354 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.39% from 354); Green value is 68 (26.95% from 255 or 19.21% from 354); Blue value is 97 (38.28% from 255 or 27.40% from 354); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4461 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4461 is #42BB9E. Grayscale: #6B6B6B. Windows color (decimal): -4373407 or 6374589. OLE color: 6374589.
HSL color Cylindrical-coordinate representation of color #BD4461: hue angle of 345.62º 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 #BD4461 is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 68 | 97 | - |
| CMYK | 0 | 0.64 | 0.49 | 0.26 |
| HSL | 345.62º | 0.48% | 0.5% | - |
| HSV(B) | 345.62º | 0.64% | 0.74% | - |
| XYZ | 25.21 | 15.82 | 13.03 | - |
| YUV | 107.49 | 122.09 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 68 | 97 | 0 | 0.64 | 0.49 | 0.26 | 345.62 | 0.48 | 0.5 |
| Hex | BD | 44 | 61 | 0 | 40 | 31 | 1A | 15A | 30 | 32 |
| Octal | 275 | 104 | 141 | 0 | 100 | 61 | 32 | 532 | 60 | 62 |
| Binary | 10111101 | 1000100 | 1100001 | 0 | 1000000 | 110001 | 11010 | 101011010 | 110000 | 110010 |
Color Harmonies of #BD4461
Complementary color
Monochromatic Colors of #BD4461
Black with #BD4461
Text Example
Text Example
White with #BD4461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4461; }
p { color: rgb(189,68,97); }
H1.HeaderClassName
{
color: #BD4461;
}
.AnyTagClassName
{
color: #BD4461;
}
</style>
background-color css
<style>
a { background-color: #BD4461; }
a { background-color: rgb(189,68,97); }
div.DivClassName
{
background-color: #BD4461;
}
.BgClassName
{
background-color: #BD4461;
}
</style>
border-color css
<style>
span { border-color: #BD4461; }
span { border-color: rgb(189,68,97); }
td.TdClassName
{
border-color: #BD4461;
}
.TagClassName
{
border-color: #BD4461;
}
</style>