Shades of Blush #BD4D68
Tints of Blush #BD4D68
RGB
CMYK
RGB Variations
Color information
#BD4D68 (or 0xBD4D68) is known color: Blush. HEX triplet: BD, 4D and 68. RGB value is (189,77,104). Sum of RGB (Red+Green+Blue) = 189+77+104=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 77 (30.47% from 255 or 20.81% from 370); Blue value is 104 (41.02% from 255 or 28.11% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD4D68 is #42B297. Grayscale: #717171. Windows color (decimal): -4371096 or 6835645. OLE color: 6835645.
HSL color Cylindrical-coordinate representation of color #BD4D68: hue angle of 345.54º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD4D68 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 77 | 104 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.26 |
| HSL | 345.54º | 0.46% | 0.52% | - |
| HSV(B) | 345.54º | 0.59% | 0.74% | - |
| XYZ | 26.14 | 17.13 | 15.02 | - |
| YUV | 113.57 | 122.61 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 77 | 104 | 0 | 0.59 | 0.45 | 0.26 | 345.54 | 0.46 | 0.52 |
| Hex | BD | 4D | 68 | 0 | 3B | 2D | 1A | 15A | 2E | 34 |
| Octal | 275 | 115 | 150 | 0 | 73 | 55 | 32 | 532 | 56 | 64 |
| Binary | 10111101 | 1001101 | 1101000 | 0 | 111011 | 101101 | 11010 | 101011010 | 101110 | 110100 |
Color Harmonies of #BD4D68
Complementary color
Monochromatic Colors of #BD4D68
Black with #BD4D68
Text Example
Text Example
White with #BD4D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4D68; }
p { color: rgb(189,77,104); }
H1.HeaderClassName
{
color: #BD4D68;
}
.AnyTagClassName
{
color: #BD4D68;
}
</style>
background-color css
<style>
a { background-color: #BD4D68; }
a { background-color: rgb(189,77,104); }
div.DivClassName
{
background-color: #BD4D68;
}
.BgClassName
{
background-color: #BD4D68;
}
</style>
border-color css
<style>
span { border-color: #BD4D68; }
span { border-color: rgb(189,77,104); }
td.TdClassName
{
border-color: #BD4D68;
}
.TagClassName
{
border-color: #BD4D68;
}
</style>