Shades of Blush #BD4565
Tints of Blush #BD4565
RGB
CMYK
RGB Variations
Color information
#BD4565 (or 0xBD4565) is known color: Blush. HEX triplet: BD, 45 and 65. RGB value is (189,69,101). Sum of RGB (Red+Green+Blue) = 189+69+101=359 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.65% from 359); Green value is 69 (27.34% from 255 or 19.22% from 359); Blue value is 101 (39.84% from 255 or 28.13% from 359); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4565 is #42BA9A. Grayscale: #6C6C6C. Windows color (decimal): -4373147 or 6636989. OLE color: 6636989.
HSL color Cylindrical-coordinate representation of color #BD4565: hue angle of 344º 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 #BD4565 is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 69 | 101 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.26 |
| HSL | 344º | 0.48% | 0.51% | - |
| HSV(B) | 344º | 0.63% | 0.74% | - |
| XYZ | 25.46 | 16.01 | 14.06 | - |
| YUV | 108.53 | 123.76 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 69 | 101 | 0 | 0.63 | 0.47 | 0.26 | 344 | 0.48 | 0.51 |
| Hex | BD | 45 | 65 | 0 | 3F | 2F | 1A | 158 | 30 | 33 |
| Octal | 275 | 105 | 145 | 0 | 77 | 57 | 32 | 530 | 60 | 63 |
| Binary | 10111101 | 1000101 | 1100101 | 0 | 111111 | 101111 | 11010 | 101011000 | 110000 | 110011 |
Color Harmonies of #BD4565
Complementary color
Monochromatic Colors of #BD4565
Black with #BD4565
Text Example
Text Example
White with #BD4565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4565; }
p { color: rgb(189,69,101); }
H1.HeaderClassName
{
color: #BD4565;
}
.AnyTagClassName
{
color: #BD4565;
}
</style>
background-color css
<style>
a { background-color: #BD4565; }
a { background-color: rgb(189,69,101); }
div.DivClassName
{
background-color: #BD4565;
}
.BgClassName
{
background-color: #BD4565;
}
</style>
border-color css
<style>
span { border-color: #BD4565; }
span { border-color: rgb(189,69,101); }
td.TdClassName
{
border-color: #BD4565;
}
.TagClassName
{
border-color: #BD4565;
}
</style>