Shades of Blush #BD6166
Tints of Blush #BD6166
RGB
CMYK
RGB Variations
Color information
#BD6166 (or 0xBD6166) is known color: Blush. HEX triplet: BD, 61 and 66. RGB value is (189,97,102). Sum of RGB (Red+Green+Blue) = 189+97+102=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 97 (38.28% from 255 or 25% from 388); Blue value is 102 (40.23% from 255 or 26.29% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6166 is #429E99. Grayscale: #7D7D7D. Windows color (decimal): -4365978 or 6709693. OLE color: 6709693.
HSL color Cylindrical-coordinate representation of color #BD6166: hue angle of 356.74º 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 #BD6166 is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 97 | 102 | - |
| CMYK | 0 | 0.49 | 0.46 | 0.26 |
| HSL | 356.74º | 0.41% | 0.56% | - |
| HSV(B) | 356.74º | 0.49% | 0.74% | - |
| XYZ | 27.66 | 20.33 | 15.04 | - |
| YUV | 125.08 | 114.98 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 97 | 102 | 0 | 0.49 | 0.46 | 0.26 | 356.74 | 0.41 | 0.56 |
| Hex | BD | 61 | 66 | 0 | 31 | 2E | 1A | 165 | 29 | 38 |
| Octal | 275 | 141 | 146 | 0 | 61 | 56 | 32 | 545 | 51 | 70 |
| Binary | 10111101 | 1100001 | 1100110 | 0 | 110001 | 101110 | 11010 | 101100101 | 101001 | 111000 |
Color Harmonies of #BD6166
Complementary color
Monochromatic Colors of #BD6166
Black with #BD6166
Text Example
Text Example
White with #BD6166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6166; }
p { color: rgb(189,97,102); }
H1.HeaderClassName
{
color: #BD6166;
}
.AnyTagClassName
{
color: #BD6166;
}
</style>
background-color css
<style>
a { background-color: #BD6166; }
a { background-color: rgb(189,97,102); }
div.DivClassName
{
background-color: #BD6166;
}
.BgClassName
{
background-color: #BD6166;
}
</style>
border-color css
<style>
span { border-color: #BD6166; }
span { border-color: rgb(189,97,102); }
td.TdClassName
{
border-color: #BD6166;
}
.TagClassName
{
border-color: #BD6166;
}
</style>