Shades of Blush #BD475E
Tints of Blush #BD475E
RGB
CMYK
RGB Variations
Color information
#BD475E (or 0xBD475E) is known color: Blush. HEX triplet: BD, 47 and 5E. RGB value is (189,71,94). Sum of RGB (Red+Green+Blue) = 189+71+94=354 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.39% from 354); Green value is 71 (28.12% from 255 or 20.06% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 189 - color contains mainly: red. Hex color #BD475E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD475E is #42B8A1. Grayscale: #6C6C6C. Windows color (decimal): -4372642 or 6178749. OLE color: 6178749.
HSL color Cylindrical-coordinate representation of color #BD475E: hue angle of 348.31º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD475E is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 71 | 94 | - |
| CMYK | 0 | 0.62 | 0.50 | 0.26 |
| HSL | 348.31º | 0.47% | 0.51% | - |
| HSV(B) | 348.31º | 0.62% | 0.74% | - |
| XYZ | 25.26 | 16.13 | 12.37 | - |
| YUV | 108.9 | 119.59 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 71 | 94 | 0 | 0.62 | 0.50 | 0.26 | 348.31 | 0.47 | 0.51 |
| Hex | BD | 47 | 5E | 0 | 3E | 32 | 1A | 15C | 2F | 33 |
| Octal | 275 | 107 | 136 | 0 | 76 | 62 | 32 | 534 | 57 | 63 |
| Binary | 10111101 | 1000111 | 1011110 | 0 | 111110 | 110010 | 11010 | 101011100 | 101111 | 110011 |
Color Harmonies of #BD475E
Complementary color
Monochromatic Colors of #BD475E
Black with #BD475E
Text Example
Text Example
White with #BD475E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD475E; }
p { color: rgb(189,71,94); }
H1.HeaderClassName
{
color: #BD475E;
}
.AnyTagClassName
{
color: #BD475E;
}
</style>
background-color css
<style>
a { background-color: #BD475E; }
a { background-color: rgb(189,71,94); }
div.DivClassName
{
background-color: #BD475E;
}
.BgClassName
{
background-color: #BD475E;
}
</style>
border-color css
<style>
span { border-color: #BD475E; }
span { border-color: rgb(189,71,94); }
td.TdClassName
{
border-color: #BD475E;
}
.TagClassName
{
border-color: #BD475E;
}
</style>