Shades of Blush #B15A6C
Tints of Blush #B15A6C
RGB
CMYK
RGB Variations
Color information
#B15A6C (or 0xB15A6C) is known color: Blush. HEX triplet: B1, 5A and 6C. RGB value is (177,90,108). Sum of RGB (Red+Green+Blue) = 177+90+108=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B15A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15A6C is #4EA593. Grayscale: #767676. Windows color (decimal): -5154196 or 7101105. OLE color: 7101105.
HSL color Cylindrical-coordinate representation of color #B15A6C: hue angle of 347.59º 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 #B15A6C is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 90 | 108 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.31 |
| HSL | 347.59º | 0.36% | 0.52% | - |
| HSV(B) | 347.59º | 0.49% | 0.69% | - |
| XYZ | 24.49 | 17.74 | 16.32 | - |
| YUV | 118.07 | 122.32 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 90 | 108 | 0 | 0.49 | 0.39 | 0.31 | 347.59 | 0.36 | 0.52 |
| Hex | B1 | 5A | 6C | 0 | 31 | 27 | 1F | 15C | 24 | 34 |
| Octal | 261 | 132 | 154 | 0 | 61 | 47 | 37 | 534 | 44 | 64 |
| Binary | 10110001 | 1011010 | 1101100 | 0 | 110001 | 100111 | 11111 | 101011100 | 100100 | 110100 |
Color Harmonies of #B15A6C
Complementary color
Monochromatic Colors of #B15A6C
Black with #B15A6C
Text Example
Text Example
White with #B15A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15A6C; }
p { color: rgb(177,90,108); }
H1.HeaderClassName
{
color: #B15A6C;
}
.AnyTagClassName
{
color: #B15A6C;
}
</style>
background-color css
<style>
a { background-color: #B15A6C; }
a { background-color: rgb(177,90,108); }
div.DivClassName
{
background-color: #B15A6C;
}
.BgClassName
{
background-color: #B15A6C;
}
</style>
border-color css
<style>
span { border-color: #B15A6C; }
span { border-color: rgb(177,90,108); }
td.TdClassName
{
border-color: #B15A6C;
}
.TagClassName
{
border-color: #B15A6C;
}
</style>