Shades of Blush #BD4B5D
Tints of Blush #BD4B5D
RGB
CMYK
RGB Variations
Color information
#BD4B5D (or 0xBD4B5D) is known color: Blush. HEX triplet: BD, 4B and 5D. RGB value is (189,75,93). Sum of RGB (Red+Green+Blue) = 189+75+93=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 75 (29.69% from 255 or 21.01% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4B5D is #42B4A2. Grayscale: #6F6F6F. Windows color (decimal): -4371619 or 6114237. OLE color: 6114237.
HSL color Cylindrical-coordinate representation of color #BD4B5D: hue angle of 350.53º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD4B5D is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 75 | 93 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.26 |
| HSL | 350.53º | 0.46% | 0.52% | - |
| HSV(B) | 350.53º | 0.6% | 0.74% | - |
| XYZ | 25.48 | 16.64 | 12.23 | - |
| YUV | 111.14 | 117.77 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 75 | 93 | 0 | 0.60 | 0.51 | 0.26 | 350.53 | 0.46 | 0.52 |
| Hex | BD | 4B | 5D | 0 | 3C | 33 | 1A | 15F | 2E | 34 |
| Octal | 275 | 113 | 135 | 0 | 74 | 63 | 32 | 537 | 56 | 64 |
| Binary | 10111101 | 1001011 | 1011101 | 0 | 111100 | 110011 | 11010 | 101011111 | 101110 | 110100 |
Color Harmonies of #BD4B5D
Complementary color
Monochromatic Colors of #BD4B5D
Black with #BD4B5D
Text Example
Text Example
White with #BD4B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4B5D; }
p { color: rgb(189,75,93); }
H1.HeaderClassName
{
color: #BD4B5D;
}
.AnyTagClassName
{
color: #BD4B5D;
}
</style>
background-color css
<style>
a { background-color: #BD4B5D; }
a { background-color: rgb(189,75,93); }
div.DivClassName
{
background-color: #BD4B5D;
}
.BgClassName
{
background-color: #BD4B5D;
}
</style>
border-color css
<style>
span { border-color: #BD4B5D; }
span { border-color: rgb(189,75,93); }
td.TdClassName
{
border-color: #BD4B5D;
}
.TagClassName
{
border-color: #BD4B5D;
}
</style>