Shades of Blush #BD3F5E
Tints of Blush #BD3F5E
RGB
CMYK
RGB Variations
Color information
#BD3F5E (or 0xBD3F5E) is known color: Blush. HEX triplet: BD, 3F and 5E. RGB value is (189,63,94). Sum of RGB (Red+Green+Blue) = 189+63+94=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 63 (25% from 255 or 18.21% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3F5E is #42C0A1. Grayscale: #686868. Windows color (decimal): -4374690 or 6176701. OLE color: 6176701.
HSL color Cylindrical-coordinate representation of color #BD3F5E: hue angle of 345.24º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD3F5E is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 63 | 94 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.26 |
| HSL | 345.24º | 0.5% | 0.49% | - |
| HSV(B) | 345.24º | 0.67% | 0.74% | - |
| XYZ | 24.78 | 15.18 | 12.21 | - |
| YUV | 104.21 | 122.24 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 63 | 94 | 0 | 0.67 | 0.50 | 0.26 | 345.24 | 0.5 | 0.49 |
| Hex | BD | 3F | 5E | 0 | 43 | 32 | 1A | 159 | 32 | 31 |
| Octal | 275 | 77 | 136 | 0 | 103 | 62 | 32 | 531 | 62 | 61 |
| Binary | 10111101 | 111111 | 1011110 | 0 | 1000011 | 110010 | 11010 | 101011001 | 110010 | 110001 |
Color Harmonies of #BD3F5E
Complementary color
Monochromatic Colors of #BD3F5E
Black with #BD3F5E
Text Example
Text Example
White with #BD3F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3F5E; }
p { color: rgb(189,63,94); }
H1.HeaderClassName
{
color: #BD3F5E;
}
.AnyTagClassName
{
color: #BD3F5E;
}
</style>
background-color css
<style>
a { background-color: #BD3F5E; }
a { background-color: rgb(189,63,94); }
div.DivClassName
{
background-color: #BD3F5E;
}
.BgClassName
{
background-color: #BD3F5E;
}
</style>
border-color css
<style>
span { border-color: #BD3F5E; }
span { border-color: rgb(189,63,94); }
td.TdClassName
{
border-color: #BD3F5E;
}
.TagClassName
{
border-color: #BD3F5E;
}
</style>