Shades of Blush #BD486B
Tints of Blush #BD486B
RGB
CMYK
RGB Variations
Color information
#BD486B (or 0xBD486B) is known color: Blush. HEX triplet: BD, 48 and 6B. RGB value is (189,72,107). Sum of RGB (Red+Green+Blue) = 189+72+107=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 72 (28.52% from 255 or 19.57% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD486B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD486B is #42B794. Grayscale: #6E6E6E. Windows color (decimal): -4372373 or 7030973. OLE color: 7030973.
HSL color Cylindrical-coordinate representation of color #BD486B: hue angle of 342.05º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD486B is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 72 | 107 | - |
| CMYK | 0 | 0.62 | 0.43 | 0.26 |
| HSL | 342.05º | 0.47% | 0.51% | - |
| HSV(B) | 342.05º | 0.62% | 0.74% | - |
| XYZ | 25.96 | 16.52 | 15.73 | - |
| YUV | 110.97 | 125.76 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 72 | 107 | 0 | 0.62 | 0.43 | 0.26 | 342.05 | 0.47 | 0.51 |
| Hex | BD | 48 | 6B | 0 | 3E | 2B | 1A | 156 | 2F | 33 |
| Octal | 275 | 110 | 153 | 0 | 76 | 53 | 32 | 526 | 57 | 63 |
| Binary | 10111101 | 1001000 | 1101011 | 0 | 111110 | 101011 | 11010 | 101010110 | 101111 | 110011 |
Color Harmonies of #BD486B
Complementary color
Monochromatic Colors of #BD486B
Black with #BD486B
Text Example
Text Example
White with #BD486B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD486B; }
p { color: rgb(189,72,107); }
H1.HeaderClassName
{
color: #BD486B;
}
.AnyTagClassName
{
color: #BD486B;
}
</style>
background-color css
<style>
a { background-color: #BD486B; }
a { background-color: rgb(189,72,107); }
div.DivClassName
{
background-color: #BD486B;
}
.BgClassName
{
background-color: #BD486B;
}
</style>
border-color css
<style>
span { border-color: #BD486B; }
span { border-color: rgb(189,72,107); }
td.TdClassName
{
border-color: #BD486B;
}
.TagClassName
{
border-color: #BD486B;
}
</style>