Shades of Blush #B15A6E
Tints of Blush #B15A6E
RGB
CMYK
RGB Variations
Color information
#B15A6E (or 0xB15A6E) is known color: Blush. HEX triplet: B1, 5A and 6E. RGB value is (177,90,110). Sum of RGB (Red+Green+Blue) = 177+90+110=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 110 (43.36% from 255 or 29.18% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B15A6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15A6E is #4EA591. Grayscale: #767676. Windows color (decimal): -5154194 or 7232177. OLE color: 7232177.
HSL color Cylindrical-coordinate representation of color #B15A6E: hue angle of 346.21º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B15A6E is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 90 | 110 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.31 |
| HSL | 346.21º | 0.36% | 0.52% | - |
| HSV(B) | 346.21º | 0.49% | 0.69% | - |
| XYZ | 24.6 | 17.79 | 16.89 | - |
| YUV | 118.29 | 123.32 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 90 | 110 | 0 | 0.49 | 0.38 | 0.31 | 346.21 | 0.36 | 0.52 |
| Hex | B1 | 5A | 6E | 0 | 31 | 26 | 1F | 15A | 24 | 34 |
| Octal | 261 | 132 | 156 | 0 | 61 | 46 | 37 | 532 | 44 | 64 |
| Binary | 10110001 | 1011010 | 1101110 | 0 | 110001 | 100110 | 11111 | 101011010 | 100100 | 110100 |
Color Harmonies of #B15A6E
Complementary color
Monochromatic Colors of #B15A6E
Black with #B15A6E
Text Example
Text Example
White with #B15A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15A6E; }
p { color: rgb(177,90,110); }
H1.HeaderClassName
{
color: #B15A6E;
}
.AnyTagClassName
{
color: #B15A6E;
}
</style>
background-color css
<style>
a { background-color: #B15A6E; }
a { background-color: rgb(177,90,110); }
div.DivClassName
{
background-color: #B15A6E;
}
.BgClassName
{
background-color: #B15A6E;
}
</style>
border-color css
<style>
span { border-color: #B15A6E; }
span { border-color: rgb(177,90,110); }
td.TdClassName
{
border-color: #B15A6E;
}
.TagClassName
{
border-color: #B15A6E;
}
</style>