Shades of Blush #BD6669
Tints of Blush #BD6669
RGB
CMYK
RGB Variations
Color information
#BD6669 (or 0xBD6669) is known color: Blush. HEX triplet: BD, 66 and 69. RGB value is (189,102,105). Sum of RGB (Red+Green+Blue) = 189+102+105=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 105 (41.41% from 255 or 26.52% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6669 is #429996. Grayscale: #808080. Windows color (decimal): -4364695 or 6907581. OLE color: 6907581.
HSL color Cylindrical-coordinate representation of color #BD6669: hue angle of 357.93º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BD6669 is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 102 | 105 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.26 |
| HSL | 357.93º | 0.4% | 0.57% | - |
| HSV(B) | 357.93º | 0.46% | 0.74% | - |
| XYZ | 28.29 | 21.34 | 15.99 | - |
| YUV | 128.36 | 114.82 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 102 | 105 | 0 | 0.46 | 0.44 | 0.26 | 357.93 | 0.4 | 0.57 |
| Hex | BD | 66 | 69 | 0 | 2E | 2C | 1A | 166 | 28 | 39 |
| Octal | 275 | 146 | 151 | 0 | 56 | 54 | 32 | 546 | 50 | 71 |
| Binary | 10111101 | 1100110 | 1101001 | 0 | 101110 | 101100 | 11010 | 101100110 | 101000 | 111001 |
Color Harmonies of #BD6669
Complementary color
Monochromatic Colors of #BD6669
Black with #BD6669
Text Example
Text Example
White with #BD6669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6669; }
p { color: rgb(189,102,105); }
H1.HeaderClassName
{
color: #BD6669;
}
.AnyTagClassName
{
color: #BD6669;
}
</style>
background-color css
<style>
a { background-color: #BD6669; }
a { background-color: rgb(189,102,105); }
div.DivClassName
{
background-color: #BD6669;
}
.BgClassName
{
background-color: #BD6669;
}
</style>
border-color css
<style>
span { border-color: #BD6669; }
span { border-color: rgb(189,102,105); }
td.TdClassName
{
border-color: #BD6669;
}
.TagClassName
{
border-color: #BD6669;
}
</style>