Shades of Blush #B15369
Tints of Blush #B15369
RGB
CMYK
RGB Variations
Color information
#B15369 (or 0xB15369) is known color: Blush. HEX triplet: B1, 53 and 69. RGB value is (177,83,105). Sum of RGB (Red+Green+Blue) = 177+83+105=365 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.49% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 105 (41.41% from 255 or 28.77% from 365); Max value from RGB is 177 - color contains mainly: red. Hex color #B15369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15369 is #4EAC96. Grayscale: #717171. Windows color (decimal): -5155991 or 6902705. OLE color: 6902705.
HSL color Cylindrical-coordinate representation of color #B15369: hue angle of 345.96º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B15369 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 83 | 105 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.31 |
| HSL | 345.96º | 0.38% | 0.51% | - |
| HSV(B) | 345.96º | 0.53% | 0.69% | - |
| XYZ | 23.77 | 16.55 | 15.31 | - |
| YUV | 113.61 | 123.14 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 83 | 105 | 0 | 0.53 | 0.41 | 0.31 | 345.96 | 0.38 | 0.51 |
| Hex | B1 | 53 | 69 | 0 | 35 | 29 | 1F | 15A | 26 | 33 |
| Octal | 261 | 123 | 151 | 0 | 65 | 51 | 37 | 532 | 46 | 63 |
| Binary | 10110001 | 1010011 | 1101001 | 0 | 110101 | 101001 | 11111 | 101011010 | 100110 | 110011 |
Color Harmonies of #B15369
Complementary color
Monochromatic Colors of #B15369
Black with #B15369
Text Example
Text Example
White with #B15369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15369; }
p { color: rgb(177,83,105); }
H1.HeaderClassName
{
color: #B15369;
}
.AnyTagClassName
{
color: #B15369;
}
</style>
background-color css
<style>
a { background-color: #B15369; }
a { background-color: rgb(177,83,105); }
div.DivClassName
{
background-color: #B15369;
}
.BgClassName
{
background-color: #B15369;
}
</style>
border-color css
<style>
span { border-color: #B15369; }
span { border-color: rgb(177,83,105); }
td.TdClassName
{
border-color: #B15369;
}
.TagClassName
{
border-color: #B15369;
}
</style>