Shades of Blush #BD6173
Tints of Blush #BD6173
RGB
CMYK
RGB Variations
Color information
#BD6173 (or 0xBD6173) is known color: Blush. HEX triplet: BD, 61 and 73. RGB value is (189,97,115). Sum of RGB (Red+Green+Blue) = 189+97+115=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 97 (38.28% from 255 or 24.19% from 401); Blue value is 115 (45.31% from 255 or 28.68% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6173 is #429E8C. Grayscale: #7E7E7E. Windows color (decimal): -4365965 or 7561661. OLE color: 7561661.
HSL color Cylindrical-coordinate representation of color #BD6173: hue angle of 348.26º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD6173 is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 97 | 115 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.26 |
| HSL | 348.26º | 0.41% | 0.56% | - |
| HSV(B) | 348.26º | 0.49% | 0.74% | - |
| XYZ | 28.36 | 20.61 | 18.7 | - |
| YUV | 126.56 | 121.48 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 97 | 115 | 0 | 0.49 | 0.39 | 0.26 | 348.26 | 0.41 | 0.56 |
| Hex | BD | 61 | 73 | 0 | 31 | 27 | 1A | 15C | 29 | 38 |
| Octal | 275 | 141 | 163 | 0 | 61 | 47 | 32 | 534 | 51 | 70 |
| Binary | 10111101 | 1100001 | 1110011 | 0 | 110001 | 100111 | 11010 | 101011100 | 101001 | 111000 |
Color Harmonies of #BD6173
Complementary color
Monochromatic Colors of #BD6173
Black with #BD6173
Text Example
Text Example
White with #BD6173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6173; }
p { color: rgb(189,97,115); }
H1.HeaderClassName
{
color: #BD6173;
}
.AnyTagClassName
{
color: #BD6173;
}
</style>
background-color css
<style>
a { background-color: #BD6173; }
a { background-color: rgb(189,97,115); }
div.DivClassName
{
background-color: #BD6173;
}
.BgClassName
{
background-color: #BD6173;
}
</style>
border-color css
<style>
span { border-color: #BD6173; }
span { border-color: rgb(189,97,115); }
td.TdClassName
{
border-color: #BD6173;
}
.TagClassName
{
border-color: #BD6173;
}
</style>