Shades of Blush #B15A6B
Tints of Blush #B15A6B
RGB
CMYK
RGB Variations
Color information
#B15A6B (or 0xB15A6B) is known color: Blush. HEX triplet: B1, 5A and 6B. RGB value is (177,90,107). Sum of RGB (Red+Green+Blue) = 177+90+107=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 90 (35.55% from 255 or 24.06% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B15A6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15A6B is #4EA594. Grayscale: #757575. Windows color (decimal): -5154197 or 7035569. OLE color: 7035569.
HSL color Cylindrical-coordinate representation of color #B15A6B: hue angle of 348.28º 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 #B15A6B is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 90 | 107 | - |
| CMYK | 0 | 0.49 | 0.40 | 0.31 |
| HSL | 348.28º | 0.36% | 0.52% | - |
| HSV(B) | 348.28º | 0.49% | 0.69% | - |
| XYZ | 24.44 | 17.72 | 16.04 | - |
| YUV | 117.95 | 121.82 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 90 | 107 | 0 | 0.49 | 0.40 | 0.31 | 348.28 | 0.36 | 0.52 |
| Hex | B1 | 5A | 6B | 0 | 31 | 28 | 1F | 15C | 24 | 34 |
| Octal | 261 | 132 | 153 | 0 | 61 | 50 | 37 | 534 | 44 | 64 |
| Binary | 10110001 | 1011010 | 1101011 | 0 | 110001 | 101000 | 11111 | 101011100 | 100100 | 110100 |
Color Harmonies of #B15A6B
Complementary color
Monochromatic Colors of #B15A6B
Black with #B15A6B
Text Example
Text Example
White with #B15A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15A6B; }
p { color: rgb(177,90,107); }
H1.HeaderClassName
{
color: #B15A6B;
}
.AnyTagClassName
{
color: #B15A6B;
}
</style>
background-color css
<style>
a { background-color: #B15A6B; }
a { background-color: rgb(177,90,107); }
div.DivClassName
{
background-color: #B15A6B;
}
.BgClassName
{
background-color: #B15A6B;
}
</style>
border-color css
<style>
span { border-color: #B15A6B; }
span { border-color: rgb(177,90,107); }
td.TdClassName
{
border-color: #B15A6B;
}
.TagClassName
{
border-color: #B15A6B;
}
</style>