Shades of Blush #BD4B5A
Tints of Blush #BD4B5A
RGB
CMYK
RGB Variations
Color information
#BD4B5A (or 0xBD4B5A) is known color: Blush. HEX triplet: BD, 4B and 5A. RGB value is (189,75,90). Sum of RGB (Red+Green+Blue) = 189+75+90=354 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.39% from 354); Green value is 75 (29.69% from 255 or 21.19% from 354); Blue value is 90 (35.55% from 255 or 25.42% from 354); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4B5A is #42B4A5. Grayscale: #6E6E6E. Windows color (decimal): -4371622 or 5917629. OLE color: 5917629.
HSL color Cylindrical-coordinate representation of color #BD4B5A: hue angle of 352.11º 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 #BD4B5A is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 75 | 90 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.26 |
| HSL | 352.11º | 0.46% | 0.52% | - |
| HSV(B) | 352.11º | 0.6% | 0.74% | - |
| XYZ | 25.35 | 16.59 | 11.54 | - |
| YUV | 110.8 | 116.27 | 183.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 75 | 90 | 0 | 0.60 | 0.52 | 0.26 | 352.11 | 0.46 | 0.52 |
| Hex | BD | 4B | 5A | 0 | 3C | 34 | 1A | 160 | 2E | 34 |
| Octal | 275 | 113 | 132 | 0 | 74 | 64 | 32 | 540 | 56 | 64 |
| Binary | 10111101 | 1001011 | 1011010 | 0 | 111100 | 110100 | 11010 | 101100000 | 101110 | 110100 |
Color Harmonies of #BD4B5A
Complementary color
Monochromatic Colors of #BD4B5A
Black with #BD4B5A
Text Example
Text Example
White with #BD4B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4B5A; }
p { color: rgb(189,75,90); }
H1.HeaderClassName
{
color: #BD4B5A;
}
.AnyTagClassName
{
color: #BD4B5A;
}
</style>
background-color css
<style>
a { background-color: #BD4B5A; }
a { background-color: rgb(189,75,90); }
div.DivClassName
{
background-color: #BD4B5A;
}
.BgClassName
{
background-color: #BD4B5A;
}
</style>
border-color css
<style>
span { border-color: #BD4B5A; }
span { border-color: rgb(189,75,90); }
td.TdClassName
{
border-color: #BD4B5A;
}
.TagClassName
{
border-color: #BD4B5A;
}
</style>