Shades of Blush #B15C74
Tints of Blush #B15C74
RGB
CMYK
RGB Variations
Color information
#B15C74 (or 0xB15C74) is known color: Blush. HEX triplet: B1, 5C and 74. RGB value is (177,92,116). Sum of RGB (Red+Green+Blue) = 177+92+116=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B15C74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15C74 is #4EA38B. Grayscale: #787878. Windows color (decimal): -5153676 or 7625905. OLE color: 7625905.
HSL color Cylindrical-coordinate representation of color #B15C74: hue angle of 343.06º 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 #B15C74 is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 92 | 116 | - |
| CMYK | 0 | 0.48 | 0.34 | 0.31 |
| HSL | 343.06º | 0.35% | 0.53% | - |
| HSV(B) | 343.06º | 0.48% | 0.69% | - |
| XYZ | 25.11 | 18.26 | 18.72 | - |
| YUV | 120.15 | 125.66 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 92 | 116 | 0 | 0.48 | 0.34 | 0.31 | 343.06 | 0.35 | 0.53 |
| Hex | B1 | 5C | 74 | 0 | 30 | 22 | 1F | 157 | 23 | 35 |
| Octal | 261 | 134 | 164 | 0 | 60 | 42 | 37 | 527 | 43 | 65 |
| Binary | 10110001 | 1011100 | 1110100 | 0 | 110000 | 100010 | 11111 | 101010111 | 100011 | 110101 |
Color Harmonies of #B15C74
Complementary color
Monochromatic Colors of #B15C74
Black with #B15C74
Text Example
Text Example
White with #B15C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15C74; }
p { color: rgb(177,92,116); }
H1.HeaderClassName
{
color: #B15C74;
}
.AnyTagClassName
{
color: #B15C74;
}
</style>
background-color css
<style>
a { background-color: #B15C74; }
a { background-color: rgb(177,92,116); }
div.DivClassName
{
background-color: #B15C74;
}
.BgClassName
{
background-color: #B15C74;
}
</style>
border-color css
<style>
span { border-color: #B15C74; }
span { border-color: rgb(177,92,116); }
td.TdClassName
{
border-color: #B15C74;
}
.TagClassName
{
border-color: #B15C74;
}
</style>