Shades of Blush #B85A5E
Tints of Blush #B85A5E
RGB
CMYK
RGB Variations
Color information
#B85A5E (or 0xB85A5E) is known color: Blush. HEX triplet: B8, 5A and 5E. RGB value is (184,90,94). Sum of RGB (Red+Green+Blue) = 184+90+94=368 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50% from 368); Green value is 90 (35.55% from 255 or 24.46% from 368); Blue value is 94 (37.11% from 255 or 25.54% from 368); Max value from RGB is 184 - color contains mainly: red. Hex color #B85A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85A5E is #47A5A1. Grayscale: #767676. Windows color (decimal): -4695458 or 6183608. OLE color: 6183608.
HSL color Cylindrical-coordinate representation of color #B85A5E: hue angle of 357.45º 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 #B85A5E is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 90 | 94 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.28 |
| HSL | 357.45º | 0.4% | 0.54% | - |
| HSV(B) | 357.45º | 0.51% | 0.72% | - |
| XYZ | 25.44 | 18.31 | 12.78 | - |
| YUV | 118.56 | 114.14 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 90 | 94 | 0 | 0.51 | 0.49 | 0.28 | 357.45 | 0.4 | 0.54 |
| Hex | B8 | 5A | 5E | 0 | 33 | 31 | 1C | 165 | 28 | 36 |
| Octal | 270 | 132 | 136 | 0 | 63 | 61 | 34 | 545 | 50 | 66 |
| Binary | 10111000 | 1011010 | 1011110 | 0 | 110011 | 110001 | 11100 | 101100101 | 101000 | 110110 |
Color Harmonies of #B85A5E
Complementary color
Monochromatic Colors of #B85A5E
Black with #B85A5E
Text Example
Text Example
White with #B85A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85A5E; }
p { color: rgb(184,90,94); }
H1.HeaderClassName
{
color: #B85A5E;
}
.AnyTagClassName
{
color: #B85A5E;
}
</style>
background-color css
<style>
a { background-color: #B85A5E; }
a { background-color: rgb(184,90,94); }
div.DivClassName
{
background-color: #B85A5E;
}
.BgClassName
{
background-color: #B85A5E;
}
</style>
border-color css
<style>
span { border-color: #B85A5E; }
span { border-color: rgb(184,90,94); }
td.TdClassName
{
border-color: #B85A5E;
}
.TagClassName
{
border-color: #B85A5E;
}
</style>