Shades of Blush #BD3E5F
Tints of Blush #BD3E5F
RGB
CMYK
RGB Variations
Color information
#BD3E5F (or 0xBD3E5F) is known color: Blush. HEX triplet: BD, 3E and 5F. RGB value is (189,62,95). Sum of RGB (Red+Green+Blue) = 189+62+95=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 62 (24.61% from 255 or 17.92% from 346); Blue value is 95 (37.5% from 255 or 27.46% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3E5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3E5F is #42C1A0. Grayscale: #676767. Windows color (decimal): -4374945 or 6241981. OLE color: 6241981.
HSL color Cylindrical-coordinate representation of color #BD3E5F: hue angle of 344.41º degrees, saturation: 0.51, 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 #BD3E5F is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 62 | 95 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.26 |
| HSL | 344.41º | 0.51% | 0.49% | - |
| HSV(B) | 344.41º | 0.67% | 0.74% | - |
| XYZ | 24.77 | 15.09 | 12.43 | - |
| YUV | 103.74 | 123.08 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 62 | 95 | 0 | 0.67 | 0.50 | 0.26 | 344.41 | 0.51 | 0.49 |
| Hex | BD | 3E | 5F | 0 | 43 | 32 | 1A | 158 | 33 | 31 |
| Octal | 275 | 76 | 137 | 0 | 103 | 62 | 32 | 530 | 63 | 61 |
| Binary | 10111101 | 111110 | 1011111 | 0 | 1000011 | 110010 | 11010 | 101011000 | 110011 | 110001 |
Color Harmonies of #BD3E5F
Complementary color
Monochromatic Colors of #BD3E5F
Black with #BD3E5F
Text Example
Text Example
White with #BD3E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3E5F; }
p { color: rgb(189,62,95); }
H1.HeaderClassName
{
color: #BD3E5F;
}
.AnyTagClassName
{
color: #BD3E5F;
}
</style>
background-color css
<style>
a { background-color: #BD3E5F; }
a { background-color: rgb(189,62,95); }
div.DivClassName
{
background-color: #BD3E5F;
}
.BgClassName
{
background-color: #BD3E5F;
}
</style>
border-color css
<style>
span { border-color: #BD3E5F; }
span { border-color: rgb(189,62,95); }
td.TdClassName
{
border-color: #BD3E5F;
}
.TagClassName
{
border-color: #BD3E5F;
}
</style>