Shades of Blush #B85A63
Tints of Blush #B85A63
RGB
CMYK
RGB Variations
Color information
#B85A63 (or 0xB85A63) is known color: Blush. HEX triplet: B8, 5A and 63. RGB value is (184,90,99). Sum of RGB (Red+Green+Blue) = 184+90+99=373 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.33% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 99 (39.06% from 255 or 26.54% from 373); Max value from RGB is 184 - color contains mainly: red. Hex color #B85A63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85A63 is #47A59C. Grayscale: #777777. Windows color (decimal): -4695453 or 6511288. OLE color: 6511288.
HSL color Cylindrical-coordinate representation of color #B85A63: hue angle of 354.26º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B85A63 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 90 | 99 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.28 |
| HSL | 354.26º | 0.4% | 0.54% | - |
| HSV(B) | 354.26º | 0.51% | 0.72% | - |
| XYZ | 25.68 | 18.4 | 14 | - |
| YUV | 119.13 | 116.64 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 90 | 99 | 0 | 0.51 | 0.46 | 0.28 | 354.26 | 0.4 | 0.54 |
| Hex | B8 | 5A | 63 | 0 | 33 | 2E | 1C | 162 | 28 | 36 |
| Octal | 270 | 132 | 143 | 0 | 63 | 56 | 34 | 542 | 50 | 66 |
| Binary | 10111000 | 1011010 | 1100011 | 0 | 110011 | 101110 | 11100 | 101100010 | 101000 | 110110 |
Color Harmonies of #B85A63
Complementary color
Monochromatic Colors of #B85A63
Black with #B85A63
Text Example
Text Example
White with #B85A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85A63; }
p { color: rgb(184,90,99); }
H1.HeaderClassName
{
color: #B85A63;
}
.AnyTagClassName
{
color: #B85A63;
}
</style>
background-color css
<style>
a { background-color: #B85A63; }
a { background-color: rgb(184,90,99); }
div.DivClassName
{
background-color: #B85A63;
}
.BgClassName
{
background-color: #B85A63;
}
</style>
border-color css
<style>
span { border-color: #B85A63; }
span { border-color: rgb(184,90,99); }
td.TdClassName
{
border-color: #B85A63;
}
.TagClassName
{
border-color: #B85A63;
}
</style>