Shades of Blush #B15068
Tints of Blush #B15068
RGB
CMYK
RGB Variations
Color information
#B15068 (or 0xB15068) is known color: Blush. HEX triplet: B1, 50 and 68. RGB value is (177,80,104). Sum of RGB (Red+Green+Blue) = 177+80+104=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B15068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15068 is #4EAF97. Grayscale: #6F6F6F. Windows color (decimal): -5156760 or 6836401. OLE color: 6836401.
HSL color Cylindrical-coordinate representation of color #B15068: hue angle of 345.15º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B15068 is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 80 | 104 | - |
| CMYK | 0 | 0.55 | 0.41 | 0.31 |
| HSL | 345.15º | 0.38% | 0.5% | - |
| HSV(B) | 345.15º | 0.55% | 0.69% | - |
| XYZ | 23.5 | 16.08 | 14.96 | - |
| YUV | 111.74 | 123.64 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 80 | 104 | 0 | 0.55 | 0.41 | 0.31 | 345.15 | 0.38 | 0.5 |
| Hex | B1 | 50 | 68 | 0 | 37 | 29 | 1F | 159 | 26 | 32 |
| Octal | 261 | 120 | 150 | 0 | 67 | 51 | 37 | 531 | 46 | 62 |
| Binary | 10110001 | 1010000 | 1101000 | 0 | 110111 | 101001 | 11111 | 101011001 | 100110 | 110010 |
Color Harmonies of #B15068
Complementary color
Monochromatic Colors of #B15068
Black with #B15068
Text Example
Text Example
White with #B15068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15068; }
p { color: rgb(177,80,104); }
H1.HeaderClassName
{
color: #B15068;
}
.AnyTagClassName
{
color: #B15068;
}
</style>
background-color css
<style>
a { background-color: #B15068; }
a { background-color: rgb(177,80,104); }
div.DivClassName
{
background-color: #B15068;
}
.BgClassName
{
background-color: #B15068;
}
</style>
border-color css
<style>
span { border-color: #B15068; }
span { border-color: rgb(177,80,104); }
td.TdClassName
{
border-color: #B15068;
}
.TagClassName
{
border-color: #B15068;
}
</style>