Shades of Blush #B15665
Tints of Blush #B15665
RGB
CMYK
RGB Variations
Color information
#B15665 (or 0xB15665) is known color: Blush. HEX triplet: B1, 56 and 65. RGB value is (177,86,101). Sum of RGB (Red+Green+Blue) = 177+86+101=364 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.63% from 364); Green value is 86 (33.98% from 255 or 23.63% from 364); Blue value is 101 (39.84% from 255 or 27.75% from 364); Max value from RGB is 177 - color contains mainly: red. Hex color #B15665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15665 is #4EA99A. Grayscale: #727272. Windows color (decimal): -5155227 or 6641329. OLE color: 6641329.
HSL color Cylindrical-coordinate representation of color #B15665: hue angle of 350.11º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B15665 is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 86 | 101 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.31 |
| HSL | 350.11º | 0.37% | 0.52% | - |
| HSV(B) | 350.11º | 0.51% | 0.69% | - |
| XYZ | 23.81 | 16.94 | 14.33 | - |
| YUV | 114.92 | 120.15 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 86 | 101 | 0 | 0.51 | 0.43 | 0.31 | 350.11 | 0.37 | 0.52 |
| Hex | B1 | 56 | 65 | 0 | 33 | 2B | 1F | 15E | 25 | 34 |
| Octal | 261 | 126 | 145 | 0 | 63 | 53 | 37 | 536 | 45 | 64 |
| Binary | 10110001 | 1010110 | 1100101 | 0 | 110011 | 101011 | 11111 | 101011110 | 100101 | 110100 |
Color Harmonies of #B15665
Complementary color
Monochromatic Colors of #B15665
Black with #B15665
Text Example
Text Example
White with #B15665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15665; }
p { color: rgb(177,86,101); }
H1.HeaderClassName
{
color: #B15665;
}
.AnyTagClassName
{
color: #B15665;
}
</style>
background-color css
<style>
a { background-color: #B15665; }
a { background-color: rgb(177,86,101); }
div.DivClassName
{
background-color: #B15665;
}
.BgClassName
{
background-color: #B15665;
}
</style>
border-color css
<style>
span { border-color: #B15665; }
span { border-color: rgb(177,86,101); }
td.TdClassName
{
border-color: #B15665;
}
.TagClassName
{
border-color: #B15665;
}
</style>