Shades of Blush #B0506B
Tints of Blush #B0506B
RGB
CMYK
RGB Variations
Color information
#B0506B (or 0xB0506B) is known color: Blush. HEX triplet: B0, 50 and 6B. RGB value is (176,80,107). Sum of RGB (Red+Green+Blue) = 176+80+107=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 176 - color contains mainly: red. Hex color #B0506B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0506B is #4FAF94. Grayscale: #6F6F6F. Windows color (decimal): -5222293 or 7033008. OLE color: 7033008.
HSL color Cylindrical-coordinate representation of color #B0506B: hue angle of 343.12º 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 #B0506B is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 80 | 107 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.31 |
| HSL | 343.13º | 0.38% | 0.5% | - |
| HSV(B) | 343.13º | 0.55% | 0.69% | - |
| XYZ | 23.43 | 16.03 | 15.77 | - |
| YUV | 111.78 | 125.3 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 80 | 107 | 0 | 0.55 | 0.39 | 0.31 | 343.13 | 0.38 | 0.5 |
| Hex | B0 | 50 | 6B | 0 | 37 | 27 | 1F | 157 | 26 | 32 |
| Octal | 260 | 120 | 153 | 0 | 67 | 47 | 37 | 527 | 46 | 62 |
| Binary | 10110000 | 1010000 | 1101011 | 0 | 110111 | 100111 | 11111 | 101010111 | 100110 | 110010 |
Color Harmonies of #B0506B
Complementary color
Monochromatic Colors of #B0506B
Black with #B0506B
Text Example
Text Example
White with #B0506B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0506B; }
p { color: rgb(176,80,107); }
H1.HeaderClassName
{
color: #B0506B;
}
.AnyTagClassName
{
color: #B0506B;
}
</style>
background-color css
<style>
a { background-color: #B0506B; }
a { background-color: rgb(176,80,107); }
div.DivClassName
{
background-color: #B0506B;
}
.BgClassName
{
background-color: #B0506B;
}
</style>
border-color css
<style>
span { border-color: #B0506B; }
span { border-color: rgb(176,80,107); }
td.TdClassName
{
border-color: #B0506B;
}
.TagClassName
{
border-color: #B0506B;
}
</style>