Shades of Blush #B85E6B
Tints of Blush #B85E6B
RGB
CMYK
RGB Variations
Color information
#B85E6B (or 0xB85E6B) is known color: Blush. HEX triplet: B8, 5E and 6B. RGB value is (184,94,107). Sum of RGB (Red+Green+Blue) = 184+94+107=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 94 (37.11% from 255 or 24.42% from 385); Blue value is 107 (42.19% from 255 or 27.79% from 385); Max value from RGB is 184 - color contains mainly: red. Hex color #B85E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85E6B is #47A194. Grayscale: #7A7A7A. Windows color (decimal): -4694421 or 7036600. OLE color: 7036600.
HSL color Cylindrical-coordinate representation of color #B85E6B: hue angle of 351.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 #B85E6B is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 94 | 107 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.28 |
| HSL | 351.33º | 0.39% | 0.55% | - |
| HSV(B) | 351.33º | 0.49% | 0.72% | - |
| XYZ | 26.42 | 19.26 | 16.23 | - |
| YUV | 122.39 | 119.32 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 94 | 107 | 0 | 0.49 | 0.42 | 0.28 | 351.33 | 0.39 | 0.55 |
| Hex | B8 | 5E | 6B | 0 | 31 | 2A | 1C | 15F | 27 | 37 |
| Octal | 270 | 136 | 153 | 0 | 61 | 52 | 34 | 537 | 47 | 67 |
| Binary | 10111000 | 1011110 | 1101011 | 0 | 110001 | 101010 | 11100 | 101011111 | 100111 | 110111 |
Color Harmonies of #B85E6B
Complementary color
Monochromatic Colors of #B85E6B
Black with #B85E6B
Text Example
Text Example
White with #B85E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85E6B; }
p { color: rgb(184,94,107); }
H1.HeaderClassName
{
color: #B85E6B;
}
.AnyTagClassName
{
color: #B85E6B;
}
</style>
background-color css
<style>
a { background-color: #B85E6B; }
a { background-color: rgb(184,94,107); }
div.DivClassName
{
background-color: #B85E6B;
}
.BgClassName
{
background-color: #B85E6B;
}
</style>
border-color css
<style>
span { border-color: #B85E6B; }
span { border-color: rgb(184,94,107); }
td.TdClassName
{
border-color: #B85E6B;
}
.TagClassName
{
border-color: #B85E6B;
}
</style>