Shades of Blush #B85D6A
Tints of Blush #B85D6A
RGB
CMYK
RGB Variations
Color information
#B85D6A (or 0xB85D6A) is known color: Blush. HEX triplet: B8, 5D and 6A. RGB value is (184,93,106). Sum of RGB (Red+Green+Blue) = 184+93+106=383 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.04% from 383); Green value is 93 (36.72% from 255 or 24.28% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 184 - color contains mainly: red. Hex color #B85D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85D6A is #47A295. Grayscale: #797979. Windows color (decimal): -4694678 or 6970808. OLE color: 6970808.
HSL color Cylindrical-coordinate representation of color #B85D6A: hue angle of 351.43º 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 #B85D6A is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 93 | 106 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.28 |
| HSL | 351.43º | 0.39% | 0.54% | - |
| HSV(B) | 351.43º | 0.49% | 0.72% | - |
| XYZ | 26.28 | 19.06 | 15.93 | - |
| YUV | 121.69 | 119.15 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 93 | 106 | 0 | 0.49 | 0.42 | 0.28 | 351.43 | 0.39 | 0.54 |
| Hex | B8 | 5D | 6A | 0 | 31 | 2A | 1C | 15F | 27 | 36 |
| Octal | 270 | 135 | 152 | 0 | 61 | 52 | 34 | 537 | 47 | 66 |
| Binary | 10111000 | 1011101 | 1101010 | 0 | 110001 | 101010 | 11100 | 101011111 | 100111 | 110110 |
Color Harmonies of #B85D6A
Complementary color
Monochromatic Colors of #B85D6A
Black with #B85D6A
Text Example
Text Example
White with #B85D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85D6A; }
p { color: rgb(184,93,106); }
H1.HeaderClassName
{
color: #B85D6A;
}
.AnyTagClassName
{
color: #B85D6A;
}
</style>
background-color css
<style>
a { background-color: #B85D6A; }
a { background-color: rgb(184,93,106); }
div.DivClassName
{
background-color: #B85D6A;
}
.BgClassName
{
background-color: #B85D6A;
}
</style>
border-color css
<style>
span { border-color: #B85D6A; }
span { border-color: rgb(184,93,106); }
td.TdClassName
{
border-color: #B85D6A;
}
.TagClassName
{
border-color: #B85D6A;
}
</style>