Shades of Blush #B1506B
Tints of Blush #B1506B
RGB
CMYK
RGB Variations
Color information
#B1506B (or 0xB1506B) is known color: Blush. HEX triplet: B1, 50 and 6B. RGB value is (177,80,107). Sum of RGB (Red+Green+Blue) = 177+80+107=364 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.63% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 177 - color contains mainly: red. Hex color #B1506B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1506B is #4EAF94. Grayscale: #707070. Windows color (decimal): -5156757 or 7033009. OLE color: 7033009.
HSL color Cylindrical-coordinate representation of color #B1506B: hue angle of 343.3º 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 #B1506B is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 80 | 107 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.31 |
| HSL | 343.3º | 0.38% | 0.5% | - |
| HSV(B) | 343.3º | 0.55% | 0.69% | - |
| XYZ | 23.65 | 16.15 | 15.78 | - |
| YUV | 112.08 | 125.14 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 80 | 107 | 0 | 0.55 | 0.40 | 0.31 | 343.3 | 0.38 | 0.5 |
| Hex | B1 | 50 | 6B | 0 | 37 | 28 | 1F | 157 | 26 | 32 |
| Octal | 261 | 120 | 153 | 0 | 67 | 50 | 37 | 527 | 46 | 62 |
| Binary | 10110001 | 1010000 | 1101011 | 0 | 110111 | 101000 | 11111 | 101010111 | 100110 | 110010 |
Color Harmonies of #B1506B
Complementary color
Monochromatic Colors of #B1506B
Black with #B1506B
Text Example
Text Example
White with #B1506B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1506B; }
p { color: rgb(177,80,107); }
H1.HeaderClassName
{
color: #B1506B;
}
.AnyTagClassName
{
color: #B1506B;
}
</style>
background-color css
<style>
a { background-color: #B1506B; }
a { background-color: rgb(177,80,107); }
div.DivClassName
{
background-color: #B1506B;
}
.BgClassName
{
background-color: #B1506B;
}
</style>
border-color css
<style>
span { border-color: #B1506B; }
span { border-color: rgb(177,80,107); }
td.TdClassName
{
border-color: #B1506B;
}
.TagClassName
{
border-color: #B1506B;
}
</style>