Shades of Blush #BD5D69
Tints of Blush #BD5D69
RGB
CMYK
RGB Variations
Color information
#BD5D69 (or 0xBD5D69) is known color: Blush. HEX triplet: BD, 5D and 69. RGB value is (189,93,105). Sum of RGB (Red+Green+Blue) = 189+93+105=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 105 (41.41% from 255 or 27.13% from 387); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5D69 is #42A296. Grayscale: #7B7B7B. Windows color (decimal): -4366999 or 6905277. OLE color: 6905277.
HSL color Cylindrical-coordinate representation of color #BD5D69: hue angle of 352.5º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD5D69 is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 93 | 105 | - |
| CMYK | 0 | 0.51 | 0.44 | 0.26 |
| HSL | 352.5º | 0.42% | 0.55% | - |
| HSV(B) | 352.5º | 0.51% | 0.74% | - |
| XYZ | 27.45 | 19.67 | 15.71 | - |
| YUV | 123.07 | 117.8 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 93 | 105 | 0 | 0.51 | 0.44 | 0.26 | 352.5 | 0.42 | 0.55 |
| Hex | BD | 5D | 69 | 0 | 33 | 2C | 1A | 160 | 2A | 37 |
| Octal | 275 | 135 | 151 | 0 | 63 | 54 | 32 | 540 | 52 | 67 |
| Binary | 10111101 | 1011101 | 1101001 | 0 | 110011 | 101100 | 11010 | 101100000 | 101010 | 110111 |
Color Harmonies of #BD5D69
Complementary color
Monochromatic Colors of #BD5D69
Black with #BD5D69
Text Example
Text Example
White with #BD5D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5D69; }
p { color: rgb(189,93,105); }
H1.HeaderClassName
{
color: #BD5D69;
}
.AnyTagClassName
{
color: #BD5D69;
}
</style>
background-color css
<style>
a { background-color: #BD5D69; }
a { background-color: rgb(189,93,105); }
div.DivClassName
{
background-color: #BD5D69;
}
.BgClassName
{
background-color: #BD5D69;
}
</style>
border-color css
<style>
span { border-color: #BD5D69; }
span { border-color: rgb(189,93,105); }
td.TdClassName
{
border-color: #BD5D69;
}
.TagClassName
{
border-color: #BD5D69;
}
</style>