Shades of Blush #BD4A6C
Tints of Blush #BD4A6C
RGB
CMYK
RGB Variations
Color information
#BD4A6C (or 0xBD4A6C) is known color: Blush. HEX triplet: BD, 4A and 6C. RGB value is (189,74,108). Sum of RGB (Red+Green+Blue) = 189+74+108=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4A6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4A6C is #42B593. Grayscale: #707070. Windows color (decimal): -4371860 or 7097021. OLE color: 7097021.
HSL color Cylindrical-coordinate representation of color #BD4A6C: hue angle of 342.26º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD4A6C is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 74 | 108 | - |
| CMYK | 0 | 0.61 | 0.43 | 0.26 |
| HSL | 342.26º | 0.47% | 0.52% | - |
| HSV(B) | 342.26º | 0.61% | 0.74% | - |
| XYZ | 26.14 | 16.8 | 16.05 | - |
| YUV | 112.26 | 125.6 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 74 | 108 | 0 | 0.61 | 0.43 | 0.26 | 342.26 | 0.47 | 0.52 |
| Hex | BD | 4A | 6C | 0 | 3D | 2B | 1A | 156 | 2F | 34 |
| Octal | 275 | 112 | 154 | 0 | 75 | 53 | 32 | 526 | 57 | 64 |
| Binary | 10111101 | 1001010 | 1101100 | 0 | 111101 | 101011 | 11010 | 101010110 | 101111 | 110100 |
Color Harmonies of #BD4A6C
Complementary color
Monochromatic Colors of #BD4A6C
Black with #BD4A6C
Text Example
Text Example
White with #BD4A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4A6C; }
p { color: rgb(189,74,108); }
H1.HeaderClassName
{
color: #BD4A6C;
}
.AnyTagClassName
{
color: #BD4A6C;
}
</style>
background-color css
<style>
a { background-color: #BD4A6C; }
a { background-color: rgb(189,74,108); }
div.DivClassName
{
background-color: #BD4A6C;
}
.BgClassName
{
background-color: #BD4A6C;
}
</style>
border-color css
<style>
span { border-color: #BD4A6C; }
span { border-color: rgb(189,74,108); }
td.TdClassName
{
border-color: #BD4A6C;
}
.TagClassName
{
border-color: #BD4A6C;
}
</style>