Shades of Blush #BD4A6B
Tints of Blush #BD4A6B
RGB
CMYK
RGB Variations
Color information
#BD4A6B (or 0xBD4A6B) is known color: Blush. HEX triplet: BD, 4A and 6B. RGB value is (189,74,107). Sum of RGB (Red+Green+Blue) = 189+74+107=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 74 (29.30% from 255 or 20% from 370); Blue value is 107 (42.19% from 255 or 28.92% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4A6B is #42B594. Grayscale: #707070. Windows color (decimal): -4371861 or 7031485. OLE color: 7031485.
HSL color Cylindrical-coordinate representation of color #BD4A6B: hue angle of 342.78º 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 #BD4A6B is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 74 | 107 | - |
| CMYK | 0 | 0.61 | 0.43 | 0.26 |
| HSL | 342.78º | 0.47% | 0.52% | - |
| HSV(B) | 342.78º | 0.61% | 0.74% | - |
| XYZ | 26.09 | 16.78 | 15.77 | - |
| YUV | 112.15 | 125.1 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 74 | 107 | 0 | 0.61 | 0.43 | 0.26 | 342.78 | 0.47 | 0.52 |
| Hex | BD | 4A | 6B | 0 | 3D | 2B | 1A | 157 | 2F | 34 |
| Octal | 275 | 112 | 153 | 0 | 75 | 53 | 32 | 527 | 57 | 64 |
| Binary | 10111101 | 1001010 | 1101011 | 0 | 111101 | 101011 | 11010 | 101010111 | 101111 | 110100 |
Color Harmonies of #BD4A6B
Complementary color
Monochromatic Colors of #BD4A6B
Black with #BD4A6B
Text Example
Text Example
White with #BD4A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4A6B; }
p { color: rgb(189,74,107); }
H1.HeaderClassName
{
color: #BD4A6B;
}
.AnyTagClassName
{
color: #BD4A6B;
}
</style>
background-color css
<style>
a { background-color: #BD4A6B; }
a { background-color: rgb(189,74,107); }
div.DivClassName
{
background-color: #BD4A6B;
}
.BgClassName
{
background-color: #BD4A6B;
}
</style>
border-color css
<style>
span { border-color: #BD4A6B; }
span { border-color: rgb(189,74,107); }
td.TdClassName
{
border-color: #BD4A6B;
}
.TagClassName
{
border-color: #BD4A6B;
}
</style>