Shades of Blush #B85D6D
Tints of Blush #B85D6D
RGB
CMYK
RGB Variations
Color information
#B85D6D (or 0xB85D6D) is known color: Blush. HEX triplet: B8, 5D and 6D. RGB value is (184,93,109). Sum of RGB (Red+Green+Blue) = 184+93+109=386 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.67% from 386); Green value is 93 (36.72% from 255 or 24.09% from 386); Blue value is 109 (42.97% from 255 or 28.24% from 386); Max value from RGB is 184 - color contains mainly: red. Hex color #B85D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85D6D is #47A292. Grayscale: #7A7A7A. Windows color (decimal): -4694675 or 7167416. OLE color: 7167416.
HSL color Cylindrical-coordinate representation of color #B85D6D: hue angle of 349.45º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B85D6D is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 93 | 109 | - |
| CMYK | 0 | 0.49 | 0.41 | 0.28 |
| HSL | 349.45º | 0.39% | 0.54% | - |
| HSV(B) | 349.45º | 0.49% | 0.72% | - |
| XYZ | 26.44 | 19.12 | 16.77 | - |
| YUV | 122.03 | 120.65 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 93 | 109 | 0 | 0.49 | 0.41 | 0.28 | 349.45 | 0.39 | 0.54 |
| Hex | B8 | 5D | 6D | 0 | 31 | 29 | 1C | 15D | 27 | 36 |
| Octal | 270 | 135 | 155 | 0 | 61 | 51 | 34 | 535 | 47 | 66 |
| Binary | 10111000 | 1011101 | 1101101 | 0 | 110001 | 101001 | 11100 | 101011101 | 100111 | 110110 |
Color Harmonies of #B85D6D
Complementary color
Monochromatic Colors of #B85D6D
Black with #B85D6D
Text Example
Text Example
White with #B85D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85D6D; }
p { color: rgb(184,93,109); }
H1.HeaderClassName
{
color: #B85D6D;
}
.AnyTagClassName
{
color: #B85D6D;
}
</style>
background-color css
<style>
a { background-color: #B85D6D; }
a { background-color: rgb(184,93,109); }
div.DivClassName
{
background-color: #B85D6D;
}
.BgClassName
{
background-color: #B85D6D;
}
</style>
border-color css
<style>
span { border-color: #B85D6D; }
span { border-color: rgb(184,93,109); }
td.TdClassName
{
border-color: #B85D6D;
}
.TagClassName
{
border-color: #B85D6D;
}
</style>