Shades of Blush #BD4160
Tints of Blush #BD4160
RGB
CMYK
RGB Variations
Color information
#BD4160 (or 0xBD4160) is known color: Blush. HEX triplet: BD, 41 and 60. RGB value is (189,65,96). Sum of RGB (Red+Green+Blue) = 189+65+96=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 65 (25.78% from 255 or 18.57% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4160 is #42BE9F. Grayscale: #696969. Windows color (decimal): -4374176 or 6308285. OLE color: 6308285.
HSL color Cylindrical-coordinate representation of color #BD4160: hue angle of 345º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD4160 is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 65 | 96 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.26 |
| HSL | 345º | 0.49% | 0.5% | - |
| HSV(B) | 345º | 0.66% | 0.74% | - |
| XYZ | 24.99 | 15.44 | 12.73 | - |
| YUV | 105.61 | 122.58 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 65 | 96 | 0 | 0.66 | 0.49 | 0.26 | 345 | 0.49 | 0.5 |
| Hex | BD | 41 | 60 | 0 | 42 | 31 | 1A | 159 | 31 | 32 |
| Octal | 275 | 101 | 140 | 0 | 102 | 61 | 32 | 531 | 61 | 62 |
| Binary | 10111101 | 1000001 | 1100000 | 0 | 1000010 | 110001 | 11010 | 101011001 | 110001 | 110010 |
Color Harmonies of #BD4160
Complementary color
Monochromatic Colors of #BD4160
Black with #BD4160
Text Example
Text Example
White with #BD4160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4160; }
p { color: rgb(189,65,96); }
H1.HeaderClassName
{
color: #BD4160;
}
.AnyTagClassName
{
color: #BD4160;
}
</style>
background-color css
<style>
a { background-color: #BD4160; }
a { background-color: rgb(189,65,96); }
div.DivClassName
{
background-color: #BD4160;
}
.BgClassName
{
background-color: #BD4160;
}
</style>
border-color css
<style>
span { border-color: #BD4160; }
span { border-color: rgb(189,65,96); }
td.TdClassName
{
border-color: #BD4160;
}
.TagClassName
{
border-color: #BD4160;
}
</style>