Shades of Blush #B85E6E
Tints of Blush #B85E6E
RGB
CMYK
RGB Variations
Color information
#B85E6E (or 0xB85E6E) is known color: Blush. HEX triplet: B8, 5E and 6E. RGB value is (184,94,110). Sum of RGB (Red+Green+Blue) = 184+94+110=388 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.42% from 388); Green value is 94 (37.11% from 255 or 24.23% from 388); Blue value is 110 (43.36% from 255 or 28.35% from 388); Max value from RGB is 184 - color contains mainly: red. Hex color #B85E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85E6E is #47A191. Grayscale: #7A7A7A. Windows color (decimal): -4694418 or 7233208. OLE color: 7233208.
HSL color Cylindrical-coordinate representation of color #B85E6E: hue angle of 349.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B85E6E is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 94 | 110 | - |
| CMYK | 0 | 0.49 | 0.40 | 0.28 |
| HSL | 349.33º | 0.39% | 0.55% | - |
| HSV(B) | 349.33º | 0.49% | 0.72% | - |
| XYZ | 26.58 | 19.32 | 17.08 | - |
| YUV | 122.73 | 120.82 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 94 | 110 | 0 | 0.49 | 0.40 | 0.28 | 349.33 | 0.39 | 0.55 |
| Hex | B8 | 5E | 6E | 0 | 31 | 28 | 1C | 15D | 27 | 37 |
| Octal | 270 | 136 | 156 | 0 | 61 | 50 | 34 | 535 | 47 | 67 |
| Binary | 10111000 | 1011110 | 1101110 | 0 | 110001 | 101000 | 11100 | 101011101 | 100111 | 110111 |
Color Harmonies of #B85E6E
Complementary color
Monochromatic Colors of #B85E6E
Black with #B85E6E
Text Example
Text Example
White with #B85E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85E6E; }
p { color: rgb(184,94,110); }
H1.HeaderClassName
{
color: #B85E6E;
}
.AnyTagClassName
{
color: #B85E6E;
}
</style>
background-color css
<style>
a { background-color: #B85E6E; }
a { background-color: rgb(184,94,110); }
div.DivClassName
{
background-color: #B85E6E;
}
.BgClassName
{
background-color: #B85E6E;
}
</style>
border-color css
<style>
span { border-color: #B85E6E; }
span { border-color: rgb(184,94,110); }
td.TdClassName
{
border-color: #B85E6E;
}
.TagClassName
{
border-color: #B85E6E;
}
</style>