Shades of Blush #B85763
Tints of Blush #B85763
RGB
CMYK
RGB Variations
Color information
#B85763 (or 0xB85763) is known color: Blush. HEX triplet: B8, 57 and 63. RGB value is (184,87,99). Sum of RGB (Red+Green+Blue) = 184+87+99=370 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.73% from 370); Green value is 87 (34.38% from 255 or 23.51% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 184 - color contains mainly: red. Hex color #B85763 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85763 is #47A89C. Grayscale: #757575. Windows color (decimal): -4696221 or 6510520. OLE color: 6510520.
HSL color Cylindrical-coordinate representation of color #B85763: hue angle of 352.58º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B85763 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 87 | 99 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.28 |
| HSL | 352.58º | 0.41% | 0.53% | - |
| HSV(B) | 352.58º | 0.53% | 0.72% | - |
| XYZ | 25.43 | 17.91 | 13.92 | - |
| YUV | 117.37 | 117.64 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 87 | 99 | 0 | 0.53 | 0.46 | 0.28 | 352.58 | 0.41 | 0.53 |
| Hex | B8 | 57 | 63 | 0 | 35 | 2E | 1C | 161 | 29 | 35 |
| Octal | 270 | 127 | 143 | 0 | 65 | 56 | 34 | 541 | 51 | 65 |
| Binary | 10111000 | 1010111 | 1100011 | 0 | 110101 | 101110 | 11100 | 101100001 | 101001 | 110101 |
Color Harmonies of #B85763
Complementary color
Monochromatic Colors of #B85763
Black with #B85763
Text Example
Text Example
White with #B85763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85763; }
p { color: rgb(184,87,99); }
H1.HeaderClassName
{
color: #B85763;
}
.AnyTagClassName
{
color: #B85763;
}
</style>
background-color css
<style>
a { background-color: #B85763; }
a { background-color: rgb(184,87,99); }
div.DivClassName
{
background-color: #B85763;
}
.BgClassName
{
background-color: #B85763;
}
</style>
border-color css
<style>
span { border-color: #B85763; }
span { border-color: rgb(184,87,99); }
td.TdClassName
{
border-color: #B85763;
}
.TagClassName
{
border-color: #B85763;
}
</style>