Shades of Blush #B15C5D
Tints of Blush #B15C5D
RGB
CMYK
RGB Variations
Color information
#B15C5D (or 0xB15C5D) is known color: Blush. HEX triplet: B1, 5C and 5D. RGB value is (177,92,93). Sum of RGB (Red+Green+Blue) = 177+92+93=362 (47% of max value = 765). Red value is 177 (69.53% from 255 or 48.90% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 177 - color contains mainly: red. Hex color #B15C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15C5D is #4EA3A2. Grayscale: #757575. Windows color (decimal): -5153699 or 6118577. OLE color: 6118577.
HSL color Cylindrical-coordinate representation of color #B15C5D: hue angle of 359.29º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B15C5D is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 92 | 93 | - |
| CMYK | 0 | 0.48 | 0.47 | 0.31 |
| HSL | 359.29º | 0.35% | 0.53% | - |
| HSV(B) | 359.29º | 0.48% | 0.69% | - |
| XYZ | 23.93 | 17.79 | 12.53 | - |
| YUV | 117.53 | 114.16 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 92 | 93 | 0 | 0.48 | 0.47 | 0.31 | 359.29 | 0.35 | 0.53 |
| Hex | B1 | 5C | 5D | 0 | 30 | 2F | 1F | 167 | 23 | 35 |
| Octal | 261 | 134 | 135 | 0 | 60 | 57 | 37 | 547 | 43 | 65 |
| Binary | 10110001 | 1011100 | 1011101 | 0 | 110000 | 101111 | 11111 | 101100111 | 100011 | 110101 |
Color Harmonies of #B15C5D
Complementary color
Monochromatic Colors of #B15C5D
Black with #B15C5D
Text Example
Text Example
White with #B15C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15C5D; }
p { color: rgb(177,92,93); }
H1.HeaderClassName
{
color: #B15C5D;
}
.AnyTagClassName
{
color: #B15C5D;
}
</style>
background-color css
<style>
a { background-color: #B15C5D; }
a { background-color: rgb(177,92,93); }
div.DivClassName
{
background-color: #B15C5D;
}
.BgClassName
{
background-color: #B15C5D;
}
</style>
border-color css
<style>
span { border-color: #B15C5D; }
span { border-color: rgb(177,92,93); }
td.TdClassName
{
border-color: #B15C5D;
}
.TagClassName
{
border-color: #B15C5D;
}
</style>