Shades of Blush #BD566A
Tints of Blush #BD566A
RGB
CMYK
RGB Variations
Color information
#BD566A (or 0xBD566A) is known color: Blush. HEX triplet: BD, 56 and 6A. RGB value is (189,86,106). Sum of RGB (Red+Green+Blue) = 189+86+106=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 86 (33.98% from 255 or 22.57% from 381); Blue value is 106 (41.80% from 255 or 27.82% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BD566A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD566A is #42A995. Grayscale: #777777. Windows color (decimal): -4368790 or 6969021. OLE color: 6969021.
HSL color Cylindrical-coordinate representation of color #BD566A: hue angle of 348.35º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD566A is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 86 | 106 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.26 |
| HSL | 348.35º | 0.44% | 0.54% | - |
| HSV(B) | 348.35º | 0.54% | 0.74% | - |
| XYZ | 26.92 | 18.52 | 15.79 | - |
| YUV | 119.08 | 120.62 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 86 | 106 | 0 | 0.54 | 0.44 | 0.26 | 348.35 | 0.44 | 0.54 |
| Hex | BD | 56 | 6A | 0 | 36 | 2C | 1A | 15C | 2C | 36 |
| Octal | 275 | 126 | 152 | 0 | 66 | 54 | 32 | 534 | 54 | 66 |
| Binary | 10111101 | 1010110 | 1101010 | 0 | 110110 | 101100 | 11010 | 101011100 | 101100 | 110110 |
Color Harmonies of #BD566A
Complementary color
Monochromatic Colors of #BD566A
Black with #BD566A
Text Example
Text Example
White with #BD566A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD566A; }
p { color: rgb(189,86,106); }
H1.HeaderClassName
{
color: #BD566A;
}
.AnyTagClassName
{
color: #BD566A;
}
</style>
background-color css
<style>
a { background-color: #BD566A; }
a { background-color: rgb(189,86,106); }
div.DivClassName
{
background-color: #BD566A;
}
.BgClassName
{
background-color: #BD566A;
}
</style>
border-color css
<style>
span { border-color: #BD566A; }
span { border-color: rgb(189,86,106); }
td.TdClassName
{
border-color: #BD566A;
}
.TagClassName
{
border-color: #BD566A;
}
</style>